com.waveset.util
Class InvalidXmlString
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.waveset.util.ExceptionWrapper
com.waveset.util.WavesetException
com.waveset.util.InvalidXmlString
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidXmlString
- extends WavesetException
Thrown when an XML string is invalid. The simplest reason is that
an object is being serialized (so an XML string is required)
and the string is null, is empty or contains only whitespace.
Usually caught and wrapped in an IOException
or an InternalError
that adds context
(i.e., identifies the offending object and field/column).
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
code_id
|
Methods inherited from class com.waveset.util.WavesetException |
addMessage, addMessage, breakpoint, checkBreakpoint, enableBreakpoint, getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessage, getMessageObject, getMessageObject, getMessageOnly, getMessages |
Methods inherited from class com.waveset.util.ExceptionWrapper |
addException, clearExceptions, describeException, getAllMessages, getException, getException, getExceptionCount, hasException, printStackTrace, printStackTrace, printStackTrace, removeException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
InvalidXmlString
public InvalidXmlString()
InvalidXmlString
public InvalidXmlString(java.lang.String s)
InvalidXmlString
public InvalidXmlString(java.lang.Throwable e)
InvalidXmlString
public InvalidXmlString(java.lang.String s,
java.lang.Throwable e)
InvalidXmlString
public InvalidXmlString(Message m)
InvalidXmlString
public InvalidXmlString(Message m,
java.lang.Throwable e)