Class InstantiationException

All Implemented Interfaces:
Serializable

Runtime exception thrown by the framework when unable to instantiate a Class via reflection.
Since:
0.2
See Also:
  • Constructor Details

    • InstantiationException

      Creates a new InstantiationException.
    • InstantiationException

      public InstantiationException(String message)
      Constructs a new InstantiationException.
      Parameters:
      message - the reason for the exception
    • InstantiationException

      Constructs a new InstantiationException.
      Parameters:
      cause - the underlying Throwable that caused this exception to be thrown.
    • InstantiationException

      public InstantiationException(String message, Throwable cause)
      Constructs a new InstantiationException.
      Parameters:
      message - the reason for the exception
      cause - the underlying Throwable that caused this exception to be thrown.