Class SharedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
online.sharedtype.processor.support.exception.SharedTypeException
- All Implemented Interfaces:
Serializable
Indicate an exception, equivalent to
RuntimeException.
Note: compilation error should be printed via Context.error(javax.lang.model.element.Element, java.lang.String, java.lang.Object...).- Author:
- Cause Chung
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSharedTypeException(String message) SharedTypeException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SharedTypeException
-
SharedTypeException
-