Package com.saperion.ngc.exception
Class ConvertAnnotationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.ConvertAnnotationException
- All Implemented Interfaces:
Serializable
Exception thrown when converting the annotations failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConvertAnnotationException
(String message, Throwable cause) Instantiates a new convert annotation exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConvertAnnotationException
Instantiates a new convert annotation exception.- Parameters:
message
- the messagecause
- the cause
-