|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException de.smartics.util.lang.BlankArgumentException
public class BlankArgumentException
Signals that a given String
argument is blank where is must no be blank.
Constructor Summary | |
---|---|
BlankArgumentException() Convenience constructor if no argument name needs to be provided. |
|
BlankArgumentException(String argName) Convenience constructor. |
|
BlankArgumentException(String argName, String message) Default constructor. |
Method Summary |
---|
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 |
---|
public BlankArgumentException()
public BlankArgumentException(String argName)
argName
- the name of the
String
argument that was blank.
public BlankArgumentException(String argName, String message)
argName
- the name of the
String
argument that was blank.
message
- an optional additional message to provide information about the context of the argument.
IllegalArgumentException.IllegalArgumentException(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |