org.vladnput.types
Class InvalidArgValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vladnput.types.InvalidArgValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidArgValueException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvalidArgValueException(java.lang.String name, java.lang.Object value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 
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

InvalidArgValueException

public InvalidArgValueException(java.lang.String name,
                                java.lang.Object value)
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.Object getValue()


Copyright © 2009 Patrick Higgins. All Rights Reserved.