jodd.madvoc
Class MadvocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jodd.util.UncheckedException
                  extended by jodd.madvoc.MadvocException
All Implemented Interfaces:
java.io.Serializable

public class MadvocException
extends jodd.util.UncheckedException

Madvoc exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.util.UncheckedException
cause, CAUSE_DIV, causeDetails
 
Constructor Summary
MadvocException()
           
MadvocException(java.lang.String message)
           
MadvocException(java.lang.String message, java.lang.Throwable t)
           
MadvocException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class jodd.util.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

MadvocException

public MadvocException(java.lang.Throwable t)

MadvocException

public MadvocException()

MadvocException

public MadvocException(java.lang.String message)

MadvocException

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


Copyright ©2008 Jodd Team