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:
java.io.Serializable
public class ConvertAnnotationException extends NgcException
Exception thrown when converting the annotations failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConvertAnnotationException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new convert annotation exception.
-