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