Class JavaLayerException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BitstreamException, DecoderException

    public class JavaLayerException
    extends java.lang.Exception
    The JavaLayerException is the base class for all API-level exceptions thrown by JavaLayer. To facilitate conversion and common handling of exceptions from other domains, the class can delegate some functionality to a contained Throwable instance.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getException()  
      void printStackTrace()  
      void printStackTrace​(java.io.PrintStream ps)  
      • Methods inherited from class java.lang.Throwable

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

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

      • JavaLayerException

        public JavaLayerException()
      • JavaLayerException

        public JavaLayerException​(java.lang.String msg)
      • JavaLayerException

        public JavaLayerException​(java.lang.String msg,
                                  java.lang.Throwable t)
    • Method Detail

      • getException

        public java.lang.Throwable getException()
      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream ps)
        Overrides:
        printStackTrace in class java.lang.Throwable