Class AsnRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.asnlab.asndt.runtime.error.AsnRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsnLicenseException, BufferOverflowException, BufferUnderflowException, InvalidLengthException, InvalidTagException, InvalidValueException, MissingComponentException, NoSuchInformationObjectException, UnknownComponentException, XmlException

public class AsnRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • AsnRuntimeException

      public AsnRuntimeException()
    • AsnRuntimeException

      public AsnRuntimeException(String message)
    • AsnRuntimeException

      public AsnRuntimeException(String format, Object... args)
    • AsnRuntimeException

      public AsnRuntimeException(Throwable cause)
  • Method Details

    • getComponentsPath

      public String getComponentsPath()
    • setComponentsPath

      public void setComponentsPath(String componentsPath)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable