org.edg.data.reptor.catalog
Class IllegalArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.reptor.ReptorException
                          |
                          +--org.edg.data.reptor.catalog.IllegalArgumentException
All Implemented Interfaces:
java.io.Serializable

public class IllegalArgumentException
extends ReptorException

TODO [doc] - document class IllegalArgumentException

Version:
$ Id:$
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
IllegalArgumentException(java.lang.String reason)
           
 
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

IllegalArgumentException

public IllegalArgumentException(java.lang.String reason)