org.vladnput.types
Class MissingArgException

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

public class MissingArgException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MissingArgException(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
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

MissingArgException

public MissingArgException(java.lang.String name)
Method Detail

getName

public java.lang.String getName()


Copyright © 2009 Patrick Higgins. All Rights Reserved.