Package org.eclipse.m2m.atl.emftvm.util
Class DuplicateEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.m2m.atl.emftvm.util.DuplicateEntryException
- All Implemented Interfaces:
Serializable
Duplicate entry in
TypeHashMap.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newDuplicateEntryException.Creates a newDuplicateEntryException.DuplicateEntryException(String msg, Throwable cause) Creates a newDuplicateEntryException.DuplicateEntryException(Throwable cause) Creates a newDuplicateEntryException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateEntryException
public DuplicateEntryException()Creates a newDuplicateEntryException. -
DuplicateEntryException
Creates a newDuplicateEntryException.- Parameters:
msg- the error message
-
DuplicateEntryException
Creates a newDuplicateEntryException.- Parameters:
cause- the nested exception
-
DuplicateEntryException
Creates a newDuplicateEntryException.- Parameters:
msg- the error messagecause- the nested exception
-