|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
Thor.API.Exceptions.tcInvalidRoleException
tcInvalidRoleException is thrown if the specified role is invalid.
| Field Summary | |
java.lang.String |
isMessage
The detailed message. |
| Constructor Summary | |
tcInvalidRoleException()
Creates a new tcInvalidRoleException object. |
|
tcInvalidRoleException(java.lang.String isMessage)
Constructs a new tcInvalidRoleException with the specified detail message. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown. |
| 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String isMessage
| Constructor Detail |
public tcInvalidRoleException()
public tcInvalidRoleException(java.lang.String isMessage)
isMessage - The detailed message. The detailed message
is saved for later retrieval by the Throwable.getMessage() method.| Method Detail |
public java.lang.Object clone()
java.lang.Error - if any of the components cannot be cloned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||