Class Exception


  • public class Exception
    extends java.lang.Object
    • Constructor Detail

      • Exception

        public Exception​(long cPtr,
                         boolean cMemoryOwn)
      • Exception

        public Exception()
      • Exception

        public Exception​(Message message)
      • Exception

        public Exception​(int id,
                         Message message)
    • Method Detail

      • getCPtr

        public static long getCPtr​(Exception obj)
      • delete

        public void delete()
      • getMessage

        public Message getMessage()
      • getId

        public int getId()
      • what

        public java.lang.String what()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object