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:
- Serializable
public class InvalidArgumentsException
- extends MelatiRuntimeException
Thrown when an application was called with unexpected arguments.
- See Also:
- Serialized Form
InvalidArgumentsException
public InvalidArgumentsException(String[] args,
Exception problem)
- Constructor.
- Parameters:
args
- the argument arrayproblem
- the exception to be reported
InvalidArgumentsException
public InvalidArgumentsException(String[] args)
- Constructor.
- Parameters:
args
- the arguments passed in
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- the message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.