Class KZG.KZGException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.logolith.kzgo.KZG.KZGException
All Implemented Interfaces:
Serializable
Enclosing class:
KZG

public static class KZG.KZGException extends Exception
Custom exception class for KZG errors.
See Also:
  • Field Details

    • errorCode

      public final int errorCode
  • Constructor Details

    • KZGException

      public KZGException(String message, int errorCode)