Class InvalidClassNameException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidClassNameException
    extends java.lang.RuntimeException
    Thrown when the user provides manually an invalid class name.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidClassNameException​(java.lang.String name)
      Constructs a new exception for the specified name.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidClassNameException

        public InvalidClassNameException​(java.lang.String name)
        Constructs a new exception for the specified name.
        Parameters:
        name - the name in question