Package org.bgerp.app.exception
Class BGIllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bgerp.app.exception.BGMessageException
org.bgerp.app.exception.BGIllegalArgumentException
- All Implemented Interfaces:
 Serializable
Incorrect action parameters.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructor with parameter name. - 
Method Summary
Methods inherited from class org.bgerp.app.exception.BGMessageException
equals, getLocalizedMessage, getMessage, getMessage, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Constructor Details
- 
BGIllegalArgumentException
public BGIllegalArgumentException() - 
BGIllegalArgumentException
Constructor with parameter name.- Parameters:
 name-
 
 - 
 - 
Method Details
- 
getName
First failing parameter name = name of HTML form input.- Returns:
 
 
 -