com.zipxap.vfs.exception
Class UCIllegalArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.zipxap.vfs.exception.UCIllegalArgumentException
All Implemented Interfaces:
java.io.Serializable

public class UCIllegalArgumentException
extends java.lang.IllegalArgumentException

MilestoneWhoDate, Time
Initial VersionK PenroseOctober 7, 2007, 4:03 PM

** Note that this table is not intended as an exhaustive list of subtle changes. It is intended to list changes that break the compatibility of older code, or major enhancements/rewrites

See Also:
Serialized Form

Constructor Summary
UCIllegalArgumentException(java.lang.String nameOfOffendingArgument, java.lang.String problem)
           
UCIllegalArgumentException(java.lang.String nameOfOffendingArgument, java.lang.String problem, java.lang.Throwable cause)
           
 
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

UCIllegalArgumentException

public UCIllegalArgumentException(java.lang.String nameOfOffendingArgument,
                                  java.lang.String problem)

UCIllegalArgumentException

public UCIllegalArgumentException(java.lang.String nameOfOffendingArgument,
                                  java.lang.String problem,
                                  java.lang.Throwable cause)