Class ClassGenException

All Implemented Interfaces:
Serializable

public class ClassGenException extends RuntimeException
Thrown on internal exceptions.
See Also:
  • Constructor Details

    • ClassGenException

      Constructs a new ClassGenException.
    • ClassGenException

      Constructs a new ClassGenException with the specified message.
      Parameters:
      s - the error message.
    • ClassGenException

      public ClassGenException(String s, Throwable initCause)
      Constructs a new ClassGenException with the specified message and cause.
      Parameters:
      s - the error message.
      initCause - the cause.