Package io.atlasmap.java.inspect
Class ConstructException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.atlasmap.java.inspect.ConstructException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConstructInvalidException,ConstructPrimitiveException,ConstructUnsupportedException
public class ConstructException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstructException()ConstructException(String message)ConstructException(String message, Throwable cause)ConstructException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-