Class InternalException

  • All Implemented Interfaces:
    Serializable

    public class InternalException
    extends RuntimeException
    An internal exception. This exception is thrown when an internal state violation is encountered. This should never happen. If it ever happens, please report it as a bug.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalException

        public InternalException​(String msg)