Package com.caplin.motif.datasource
Class SubjectParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.caplin.motif.datasource.SubjectParserException
-
- All Implemented Interfaces:
Serializable
public class SubjectParserException extends Exception
An exception that is thrown when a SubjectParser encounters a format issue with a subject.- See Also:
SubjectParser
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubjectParserException(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 Detail
-
SubjectParserException
public SubjectParserException(String message)
Constructs the Exception with the error message.- Parameters:
message
- The error message
-
SubjectParserException
public SubjectParserException(Throwable throwable)
Constructs the Exception with the throwable- Parameters:
throwable
- The throwable
-
-