net.sf.jsefa.common.validator
Class ValidatorCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jsefa.common.validator.ValidatorCreationException
- All Implemented Interfaces:
- Serializable
public class ValidatorCreationException
- extends RuntimeException
Exception thrown in case of a validator creation error.
- Author:
- Norman Lahme-Huetig
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidatorCreationException
public ValidatorCreationException(String message)
- Constructs a new
ValidatorCreationException
with the specified detail messagage.
- Parameters:
message
- the detail message.
ValidatorCreationException
public ValidatorCreationException(String message,
Throwable cause)
- Constructs a new
ValidatorCreationException
with the specified detail messagage and cause.
- Parameters:
message
- the detail messagecause
- the cause
Copyright © 2014. All rights reserved.