jodd.proxetta.methref
Class MethrefException

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.proxetta.ProxettaException
                      extended by jodd.proxetta.methref.MethrefException
All Implemented Interfaces:
java.io.Serializable

public class MethrefException
extends ProxettaException

Methref exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.exception.UncheckedException
cause, CAUSE_DIV, showCauseDetails
 
Constructor Summary
MethrefException()
           
MethrefException(java.lang.String string)
           
MethrefException(java.lang.String string, java.lang.Throwable throwable)
           
MethrefException(java.lang.Throwable throwable)
           
 
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

MethrefException

public MethrefException(java.lang.Throwable throwable)

MethrefException

public MethrefException()

MethrefException

public MethrefException(java.lang.String string)

MethrefException

public MethrefException(java.lang.String string,
                        java.lang.Throwable throwable)


Copyright © 2003-2010 Jodd Team