jodd.lagarto
Class LagartoException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CSSellyException, LagartoDOMException

public class LagartoException
extends jodd.exception.UncheckedException

Lagarto exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.exception.UncheckedException
cause, CAUSE_DIV, showCauseDetails
 
Constructor Summary
LagartoException()
           
LagartoException(java.lang.String message)
           
LagartoException(java.lang.String message, int state, int line, int column)
           
LagartoException(java.lang.String message, java.lang.Throwable t)
           
LagartoException(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

LagartoException

public LagartoException(java.lang.Throwable t)

LagartoException

public LagartoException()

LagartoException

public LagartoException(java.lang.String message)

LagartoException

public LagartoException(java.lang.String message,
                        int state,
                        int line,
                        int column)

LagartoException

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


Copyright © 2003-2012 Jodd Team