Package 

Class InstantiationException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class InstantiationException
    extends PrismException
                        

    Thrown when an object instantiation is needed but the serializer is unable to do so. This is not thrown to wrap exceptions thrown in constructors, it is specifically for errors when determining how to instantiate an object.

    • Constructor Detail

      • InstantiationException

        InstantiationException()
      • InstantiationException

        InstantiationException(String message)
      • InstantiationException

        InstantiationException(String message, Throwable cause)
      • InstantiationException

        InstantiationException(Throwable cause)