Class SubjectParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caplin.motif.datasource.SubjectParserException
All Implemented Interfaces:
Serializable

public class SubjectParserException extends RuntimeException
An exception that is thrown when a SubjectParser encounters a format issue with a subject.
See Also:
  • Constructor Details

    • 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