org.edg.data.reptor.catalog
Class IllegalArgumentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.edg.data.util.DataError
                  extended byorg.edg.data.reptor.catalog.IllegalArgumentException
All Implemented Interfaces:
java.io.Serializable

public class IllegalArgumentException
extends org.edg.data.util.DataError

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)