Class CipNotEnoughException

    • Constructor Detail

      • CipNotEnoughException

        protected CipNotEnoughException​(short[] extra,
                                        boolean trace)
        Required constructor for CipException.registerHandler()
        Parameters:
        extra -
        trace -
      • CipNotEnoughException

        public CipNotEnoughException()
      • CipNotEnoughException

        public CipNotEnoughException​(int offset,
                                     CipPath location)
      • CipNotEnoughException

        public CipNotEnoughException​(short[] extra)
      • CipNotEnoughException

        public CipNotEnoughException​(int offset,
                                     CipPath location,
                                     java.lang.Throwable t)
      • CipNotEnoughException

        public CipNotEnoughException​(short[] extra,
                                     java.lang.Throwable t)
      • CipNotEnoughException

        public CipNotEnoughException​(byte code,
                                     short[] extra)
    • Method Detail

      • encodeOffsetAndSegments

        public static short[] encodeOffsetAndSegments​(int offset,
                                                      CipPath location)
      • getOffset

        public int getOffset()
      • getLocation

        public CipPath getLocation()
      • getMessage

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