- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.j9ddr.InvalidDataTypeException
-
- All Implemented Interfaces:
Serializable
public class InvalidDataTypeException extends RuntimeException
Exception thrown by com.ibm.dtfj.j9ddr.structures.types classes when operation does not make sense for the types value- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDataTypeException(String message)
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidDataTypeException
public InvalidDataTypeException(String message)
-
-