jodd.lagarto.dom
Class LagartoDOMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jodd.exception.UncheckedException
                  extended by jodd.lagarto.LagartoException
                      extended by jodd.lagarto.dom.LagartoDOMException
All Implemented Interfaces:
java.io.Serializable

public class LagartoDOMException
extends LagartoException

Lagarto DOM exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.exception.UncheckedException
cause, CAUSE_DIV, showCauseDetails
 
Constructor Summary
LagartoDOMException()
           
LagartoDOMException(java.lang.String message)
           
LagartoDOMException(java.lang.String message, java.lang.Throwable t)
           
LagartoDOMException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class jodd.exception.UncheckedException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, wrap, wrap, wrapChecked
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LagartoDOMException

public LagartoDOMException(java.lang.Throwable t)

LagartoDOMException

public LagartoDOMException()

LagartoDOMException

public LagartoDOMException(java.lang.String message)

LagartoDOMException

public LagartoDOMException(java.lang.String message,
                           java.lang.Throwable t)


Copyright © 2003-2011 Jodd Team