com.sas.hls.common.exception
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.hls.common.exception.AbstractRuntimeException
com.sas.hls.common.exception.ValidationException
- All Implemented Interfaces:
- Serializable
public class ValidationException
- extends AbstractRuntimeException
An exception indicating an invalid value was provided for the specified property.
- See Also:
- Serialized Form
ValidationException
public ValidationException(String message)
- Constructs a
ValidationException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA