|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.charlesames.utility.oops.NoSuchObjectException
public class NoSuchObjectException
Thrown to indicate that an object sought by a method does not exist.
| Constructor Summary | |
|---|---|
NoSuchObjectException()
Constructs a NoSuchObjectException with no detail message. |
|
NoSuchObjectException(java.lang.String message)
Constructs a NoSuchObjectException with the specified detail message. |
|
NoSuchObjectException(java.lang.String message,
java.lang.Throwable cause)
Constructs a NoSuchObjectException with the specified detail message and cause. |
|
NoSuchObjectException(java.lang.Throwable cause)
Constructs a NoSuchObjectException with the specified cause. |
|
| Method Summary |
|---|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoSuchObjectException()
NoSuchObjectException with no detail message.
public NoSuchObjectException(java.lang.String message,
java.lang.Throwable cause)
NoSuchObjectException with the specified detail message and cause.
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)public NoSuchObjectException(java.lang.String message)
NoSuchObjectException with the specified detail message.
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).public NoSuchObjectException(java.lang.Throwable cause)
NoSuchObjectException with the specified cause.
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||