java.lang.Object
java.lang.Throwable
java.lang.Exception
omix.plugin.util.ComponentExistsException
- All Implemented Interfaces:
Serializable
public class ComponentExistsException extends Exception
This exception is thrown when a network component is added twice
or a node name already exists.
- Since:
- Omix 1.3.11
- Author:
- Dr. Peter Droste, Omix Visualization
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ComponentExistsException()
ComponentExistsException(String message)
ComponentExistsException(String message, Throwable cause)
ComponentExistsException(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
-
ComponentExistsException
public ComponentExistsException() -
ComponentExistsException
-
ComponentExistsException
-
ComponentExistsException
-