Class SubjectParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SubjectParserException
    extends java.lang.RuntimeException
    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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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