de.smartics.xml.encoding
Class AbortException

Package class diagram package AbortException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by de.smartics.xml.encoding.AbortException
All Implemented Interfaces:
Serializable

public class AbortException
     
     
extends SAXException

Signals that the parsing should be aborted due to a content handler.

See Also:
Serialized Form

Constructor Summary
AbortException()
          Constructor.
AbortException(Exception e)
          Constructor.
AbortException(String message)
          Constructor.
AbortException(String message, Exception e)
          Constructor.
 
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

AbortException

public AbortException()
Constructor.

See Also:
SAXException.SAXException()

AbortException

public AbortException(String message)
Constructor.

Parameters:
message - The error or warning message.
See Also:
SAXException.SAXException(java.lang.String)

AbortException

public AbortException(Exception e)
Constructor.

Parameters:
e - The exception to be wrapped in a SAXException.
See Also:
SAXException.SAXException(java.lang.Exception)

AbortException

public AbortException(String message,
                      Exception e)
Constructor.

Parameters:
message - The detail message.
e - The exception to be wrapped in a SAXException.
See Also:
SAXException.SAXException(java.lang.String, java.lang.Exception)


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.