wt.dataops.util.xml
Class NoSuchAttributeOnElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.dataops.util.xml.NoSuchAttributeOnElementException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class NoSuchAttributeOnElementException
- 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 |
NoSuchAttributeOnElementException
public NoSuchAttributeOnElementException()
NoSuchAttributeOnElementException
public NoSuchAttributeOnElementException(String s)
- Parameters:
s
-
NoSuchAttributeOnElementException
public NoSuchAttributeOnElementException(String rb,
String key,
Object[] params)
- Parameters:
rb
- key
- params
-
NoSuchAttributeOnElementException
public NoSuchAttributeOnElementException(Throwable t)
- Parameters:
t
-
NoSuchAttributeOnElementException
public NoSuchAttributeOnElementException(Throwable t,
String s)
- Parameters:
t
- s
-
NoSuchAttributeOnElementException
public NoSuchAttributeOnElementException(Throwable t,
String rb,
String key,
Object[] params)
- Parameters:
t
- rb
- key
- params
-