org.xpresso.xml
Class IllegalContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xpresso.xml.IllegalContentException
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalContentException
- extends java.lang.RuntimeException
Thrown if an inserted XmlContent contains an illegal character sequence.
This code is under the LGPL v3 licence.
- Author:
- Alexis Dufrenoy
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalContentException
public IllegalContentException()
IllegalContentException
public IllegalContentException(java.lang.String message)
IllegalContentException
public IllegalContentException(java.lang.String message,
java.lang.Throwable cause)
IllegalContentException
public IllegalContentException(java.lang.Throwable cause)