Class BerDecodeException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class BerDecodeException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int get_position()  
      java.lang.String getMessage()  
      • 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

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

      • BerDecodeException

        public BerDecodeException()
      • BerDecodeException

        public BerDecodeException​(java.lang.String message)
      • BerDecodeException

        public BerDecodeException​(java.lang.String message,
                                  java.lang.Exception ex)
      • BerDecodeException

        public BerDecodeException​(java.lang.String message,
                                  int position)
      • BerDecodeException

        public BerDecodeException​(java.lang.String message,
                                  int position,
                                  java.lang.Exception ex)
    • Method Detail

      • get_position

        public int get_position()
      • getMessage

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