public class InvalidCastException extends InternalException
Constructor and Description |
---|
InvalidCastException(String msg)
Initializes a new instance of the InvalidCastException class using the specified error message.
|
InvalidCastException(String msg,
Exception innerException)
Initializes a new instance of the InvalidCastException class using the specified error message and a reference to the inner exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidCastException(String msg)
msg
- An error message.Copyright © 2020 SmartBear Software. All Rights Reserved.