java.lang.Object
java.lang.Throwable
java.lang.Exception
omix.plugin.util.IllegalComponentException
- All Implemented Interfaces:
Serializable
public class IllegalComponentException extends Exception
Is thrown when an object is not allowed do be used in a model factory.
- Since:
- Omix 1.3.11
- Author:
- Dr. Peter Droste, Omix Visualization
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IllegalComponentException()
IllegalComponentException(String message)
IllegalComponentException(String message, Throwable cause)
IllegalComponentException(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
-
IllegalComponentException
public IllegalComponentException() -
IllegalComponentException
-
IllegalComponentException
-
IllegalComponentException
-