public final class ValidationException extends Exception
Constructor and Description |
---|
ValidationException(String text,
Object... args)
Public ctor.
|
ValidationException(Throwable cause)
Public ctor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException(String text, Object... args)
text
- The text of the exceptionargs
- Optional arguments for String.format()public ValidationException(Throwable cause)
cause
- The cause of exceptionCopyright © 2011-2012 Qulice.com. All Rights Reserved.