cdx.scorebot.util
Class IllegalArgValException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cdx.scorebot.util.IllegalArgValException
All Implemented Interfaces:
java.io.Serializable

public class IllegalArgValException
extends java.lang.Exception

A checked Exception replacement for IllegalArgumentException

Author:
David Underhill
See Also:
Serialized Form

Constructor Summary
IllegalArgValException()
          default constructor
IllegalArgValException(java.lang.String msg)
          specify the message for the Exception
 
Method Summary
 
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

IllegalArgValException

public IllegalArgValException()
default constructor


IllegalArgValException

public IllegalArgValException(java.lang.String msg)
specify the message for the Exception