Module org.praxislive.core
Package org.praxislive.core.services
Class ComponentInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.core.services.ComponentInstantiationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofComponentInstantiationExceptionwithout detail message.Constructs an instance ofComponentInstantiationExceptionwith the specified detail message.ComponentInstantiationException(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentInstantiationException
public ComponentInstantiationException()Creates a new instance ofComponentInstantiationExceptionwithout detail message. -
ComponentInstantiationException
Constructs an instance ofComponentInstantiationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ComponentInstantiationException
-
ComponentInstantiationException
-