Class ClassGenException

  • All Implemented Interfaces:
    Serializable

    public class ClassGenException
    extends RuntimeException
    Thrown on internal errors. Extends RuntimeException so it hasn't to be declared in the throws clause every time.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassGenException

        public ClassGenException()
      • ClassGenException

        public ClassGenException​(String s)
      • ClassGenException

        public ClassGenException​(String s,
                                 Throwable initCause)