public class TypeCastException extends DecoderException
| Constructor and Description |
|---|
TypeCastException()
Constructor.
|
TypeCastException(IFieldSet fieldSet,
int id,
String typeName)
Constructor.
|
TypeCastException(String message)
Constructor.
|
TypeCastException(String typeName,
IFieldSet fieldSet,
int id)
Constructor.
|
TypeCastException(String message,
Throwable cause)
Constructor.
|
TypeCastException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor.
|
TypeCastException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeCastException(IFieldSet fieldSet, int id, String typeName)
fieldSet - field setid - field idtypeName - type namepublic TypeCastException(String typeName, IFieldSet fieldSet, int id)
fieldSet - field setid - field idtypeName - type namepublic TypeCastException()
public TypeCastException(Throwable cause)
cause - Cause of the exception.public TypeCastException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - message.cause - cause of the exception.enableSuppression - whether or not suppression is enabled or disabled.writableStackTrace - whether or not the stack trace should be writable.public TypeCastException(String message)
message - Message.Copyright © 2005–2025 Onix Solutions. All rights reserved.