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 SummaryConstructorsConstructorDescriptionConvertAnnotationException(String message, Throwable cause) Instantiates a new convert annotation exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConvertAnnotationExceptionInstantiates a new convert annotation exception.- Parameters:
- message- the message
- cause- the cause
 
 
-