org.attoparser.markup.dom
Class AttoDOMVisitorException

Object
  extended by Throwable
      extended by Exception
          extended by org.attoparser.markup.dom.AttoDOMVisitorException
All Implemented Interfaces:
Serializable

public class AttoDOMVisitorException
extends Exception

General exception for problems occurred during DOM visiting.

May be extended for more specific exception handling.

Since:
1.0
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
AttoDOMVisitorException()
           
AttoDOMVisitorException(String message)
           
AttoDOMVisitorException(String message, Throwable throwable)
           
AttoDOMVisitorException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttoDOMVisitorException

public AttoDOMVisitorException()

AttoDOMVisitorException

public AttoDOMVisitorException(String message,
                               Throwable throwable)

AttoDOMVisitorException

public AttoDOMVisitorException(String message)

AttoDOMVisitorException

public AttoDOMVisitorException(Throwable throwable)


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.