Class ElementExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- de.unistuttgart.informatik.fius.icge.simulation.exception.ElementExistsException
-
- All Implemented Interfaces:
Serializable
public class ElementExistsException extends IllegalArgumentException
This exception indicates that the element already exists.- Author:
- Tim Neumann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementExistsException()
Constructs anElementExistsException
with no detail message.ElementExistsException(String s)
Constructs anElementExistsException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ElementExistsException
public ElementExistsException()
Constructs anElementExistsException
with no detail message.
-
ElementExistsException
public ElementExistsException(String s)
Constructs anElementExistsException
with the specified detail message.- Parameters:
s
- the detail message.
-
-