public final class TypeMismatch extends UserException implements IDLEntity, Serializable
| Constructor and Description |
|---|
TypeMismatch()
Create TypeMismatch with no explaining
message.
|
TypeMismatch(String why)
Create the TypeMismatch with explaining
message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeMismatch()
public TypeMismatch(String why)
why - a string, explaining, why this exception has been thrown.