org.schmant.support
Class InvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.schmant.lang.SchmantException
                  extended by org.schmant.support.InvalidArgumentException
All Implemented Interfaces:
Serializable

public class InvalidArgumentException
extends SchmantException

This exception is thrown by AbstractArgumentChecker methods to signal invalid arguments.

Since:
0.5
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
InvalidArgumentException(String msg)
           
 
Method Summary
 
Methods inherited from class org.schmant.lang.SchmantException
testAndSetLogged
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidArgumentException

public InvalidArgumentException(String msg)