org.melati.app
Class InvalidArgumentsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.app.InvalidArgumentsException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidArgumentsException
- extends MelatiRuntimeException
Thrown when an application was called with unexpected arguments.
- See Also:
- Serialized Form
| Fields inherited from class org.melati.poem.PoemException |
subException |
| Methods inherited from class org.melati.poem.PoemException |
getCoreMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidArgumentsException
public InvalidArgumentsException(java.lang.String[] args,
java.lang.Exception problem)
- Constructor.
- Parameters:
args - the argument arrayproblem - the exception to be reported
InvalidArgumentsException
public InvalidArgumentsException(java.lang.String[] args)
- Constructor.
- Parameters:
args - the arguments passed in
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class org.melati.poem.PoemException
- Returns:
- the message.
Copyright © 2000-2009 PanEris. All Rights Reserved.