public class TypeCastException extends DecoderException
| Constructor and Description |
|---|
TypeCastException() |
TypeCastException(IFieldSet fieldSet,
int id,
String typeName)
Constructor.
|
TypeCastException(String reason) |
TypeCastException(String typeName,
IFieldSet fieldSet,
int id)
Constructor.
|
TypeCastException(String reason,
Throwable cause) |
TypeCastException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
TypeCastException(Throwable cause) |
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)
public TypeCastException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public TypeCastException(String reason)
Copyright © 2005–2025 Onix Solutions. All rights reserved.