wt.clients.beans.graph
Class InvalidNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.clients.beans.graph.InvalidNodeException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class InvalidNodeException
- extends WTException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
CLASSNAME
private static final String CLASSNAME
versionID
private static final String versionID
- See Also:
- Constant Field Values
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
InvalidNodeException
public InvalidNodeException()
InvalidNodeException
public InvalidNodeException(String msg)
- Parameters:
msg
-
InvalidNodeException
public InvalidNodeException(Exception e)
- Parameters:
e
-
InvalidNodeException
public InvalidNodeException(Exception e,
String msg)
- Parameters:
e
- msg
-
InvalidNodeException
public InvalidNodeException(Exception e,
String rb,
String key,
Object[] params)
- Parameters:
e
- rb
- key
- params
-