|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.sun.xml.bind.serializer.AbortSerializationException
public class AbortSerializationException
Thrown to call off the serialization operation. This exception derives SAXException since many interfaces we internally use are based on SAX and it's easy to propage SAXException.
Constructor Summary | |
---|---|
AbortSerializationException(java.lang.Exception e)
|
|
AbortSerializationException(java.lang.String s)
|
Method Summary |
---|
Methods inherited from class org.xml.sax.SAXException |
---|
getCause, getException, getMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbortSerializationException(java.lang.Exception e)
public AbortSerializationException(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |