Class TooDeepStructuresException

    • Constructor Detail

      • TooDeepStructuresException

        public TooDeepStructuresException​(Object... in)
      • TooDeepStructuresException

        public TooDeepStructuresException​(RC.CAUSE causeHandling,
                                          Object... in)
      • TooDeepStructuresException

        public TooDeepStructuresException​(Throwable cause)
      • TooDeepStructuresException

        public TooDeepStructuresException​(IResult cause)
      • TooDeepStructuresException

        public TooDeepStructuresException​(String msg,
                                          Object... in)
      • TooDeepStructuresException

        public TooDeepStructuresException​(RC.CAUSE causeHandling,
                                          String msg,
                                          Object... parameters)
      • TooDeepStructuresException

        public TooDeepStructuresException​(int rc)
    • Method Detail

      • getDefaultStatus

        public static RC.STATUS getDefaultStatus()