org.sourcejammer.util
Class BadMethodArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.sourcejammer.util.SourceJammerRuntimeException
                          |
                          +--org.sourcejammer.util.BadMethodArgumentException
All Implemented Interfaces:
java.io.Serializable

public class BadMethodArgumentException
extends SourceJammerRuntimeException

This exception is thrown when a method receives an invalid or illegal argument.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sourcejammer.util.SourceJammerRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BadMethodArgumentException()
           
BadMethodArgumentException(java.lang.String msg)
           
BadMethodArgumentException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.sourcejammer.util.SourceJammerRuntimeException
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadMethodArgumentException

public BadMethodArgumentException()

BadMethodArgumentException

public BadMethodArgumentException(java.lang.String msg)

BadMethodArgumentException

public BadMethodArgumentException(java.lang.String msg,
                                  java.lang.Exception ex)


Copyright © 2003 Soucejammer project.