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
public static final class ParsedDocumentationComment.ParseException extends Exception
These exceptions are thrown by theParsedDocumentationComment
constructors if parsing of a givenDocumentationComment
fails for whatever reason.- Author:
- Rene Schneider - initial API and implementation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(String aMessage)
Constructor.ParseException(String aMessage, ModelSourceInformationElement aModelSourceInfo)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelSourceInformationElement
getModelSourceInfo()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParseException
public ParseException(String aMessage)
Constructor.
-
ParseException
public ParseException(String aMessage, ModelSourceInformationElement aModelSourceInfo)
Constructor.
-
-
Method Detail
-
getModelSourceInfo
public ModelSourceInformationElement getModelSourceInfo()
-
-