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
public class ComponentInstantiationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentInstantiationException()
Creates a new instance ofComponentInstantiationException
without detail message.ComponentInstantiationException(String msg)
Constructs an instance ofComponentInstantiationException
with the specified detail message.ComponentInstantiationException(String msg, Throwable cause)
ComponentInstantiationException(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 Detail
-
ComponentInstantiationException
public ComponentInstantiationException()
Creates a new instance ofComponentInstantiationException
without detail message.
-
ComponentInstantiationException
public ComponentInstantiationException(String msg)
Constructs an instance ofComponentInstantiationException
with the specified detail message.- Parameters:
msg
- the detail message.
-
ComponentInstantiationException
public ComponentInstantiationException(Throwable cause)
-
-