public class ValidationException extends Exception
| コンストラクタと説明 |
|---|
ValidationException()
Constructor.
|
ValidationException(Exception wrappedException)
Constructor.
|
ValidationException(String message)
Constructor.
|
ValidationException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException()
public ValidationException(String message)
message - exception messagepublic ValidationException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.