org.sandev.basics.util
Class DuplicateReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sandev.basics.structs.SandException
org.sandev.basics.util.DuplicateReferenceException
- All Implemented Interfaces:
- java.io.Serializable
- public class DuplicateReferenceException
- extends SandException
A specialized exception for reporting duplicate references.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DuplicateReferenceException
public DuplicateReferenceException()
DuplicateReferenceException
public DuplicateReferenceException(java.lang.String msg)
DuplicateReferenceException
public DuplicateReferenceException(java.lang.String msg,
java.lang.Throwable cause)
DuplicateReferenceException
public DuplicateReferenceException(java.lang.Throwable cause)