nectar.record
Class RecordInvalidInputException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nectar.NectarException
nectar.record.RecordException
nectar.record.RecordInvalidInputException
- All Implemented Interfaces:
- java.io.Serializable
- public class RecordInvalidInputException
- extends RecordException
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
possibleValues
protected java.util.Collection possibleValues
RecordInvalidInputException
public RecordInvalidInputException()
- Creates a new instance of
RecordInvalidInputException without detail message.
RecordInvalidInputException
public RecordInvalidInputException(java.lang.String msg)
- Constructs an instance of
RecordInvalidInputException with the specified detail message.
RecordInvalidInputException
public RecordInvalidInputException(java.lang.String msg,
java.util.Collection possibleValues)
RecordInvalidInputException
public RecordInvalidInputException(java.util.Collection possibleValues)
getValues
public java.util.Collection getValues()