Class AnylineException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ArgumentException

    public class AnylineException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AnylineException​(int errorCode, java.lang.String reason)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int errorCode()  
      java.lang.String getMessage()  
      java.lang.String reason()  
      • Methods inherited from class java.lang.Throwable

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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AnylineException

        public AnylineException​(int errorCode,
                                java.lang.String reason)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • errorCode

        public int errorCode()
      • reason

        public java.lang.String reason()