Package com.caplin.motif.datasource
Class SubjectParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.caplin.motif.datasource.SubjectParserException
-
- All Implemented Interfaces:
java.io.Serializable
public class SubjectParserException extends java.lang.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(java.lang.String message)
Constructs the Exception with the error message.SubjectParserException(java.lang.Throwable throwable)
Constructs the Exception with the throwable
-
-
-
Constructor Detail
-
SubjectParserException
public SubjectParserException(java.lang.String message)
Constructs the Exception with the error message.- Parameters:
message
- The error message
-
SubjectParserException
public SubjectParserException(java.lang.Throwable throwable)
Constructs the Exception with the throwable- Parameters:
throwable
- The throwable
-
-