Package com.caplin.motif.datasource
Class SubjectParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caplin.motif.datasource.SubjectParserException
- All Implemented Interfaces:
Serializable
An exception that is thrown when a SubjectParser encounters a format
issue with a subject.
- See Also:
-
Constructor Summary
ConstructorDescriptionSubjectParserException
(String message) Constructs the Exception with the error message.SubjectParserException
(Throwable throwable) Constructs the Exception with the throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubjectParserException
Constructs the Exception with the error message.- Parameters:
message
- The error message
-
SubjectParserException
Constructs the Exception with the throwable- Parameters:
throwable
- The throwable
-