Package de.gebit.integrity.utils
Class ParsedDocumentationComment.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gebit.integrity.utils.ParsedDocumentationComment.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ParsedDocumentationComment
These exceptions are thrown by the
ParsedDocumentationComment constructors if parsing of a given
DocumentationComment fails for whatever reason.- Author:
- Rene Schneider - initial API and implementation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException(String aMessage) Constructor.ParseException(String aMessage, ModelSourceInformationElement aModelSourceInfo) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Constructor. -
ParseException
Constructor.
-
-
Method Details
-
getModelSourceInfo
-