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:
  • Constructor Details

    • ComponentInstantiationException

      public ComponentInstantiationException()
      Creates a new instance of ComponentInstantiationException without detail message.
    • ComponentInstantiationException

      public ComponentInstantiationException(String msg)
      Constructs an instance of ComponentInstantiationException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ComponentInstantiationException

      public ComponentInstantiationException(Throwable cause)
    • ComponentInstantiationException

      public ComponentInstantiationException(String msg, Throwable cause)