Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.record
Class RecordInvalidInputException  view RecordInvalidInputException download RecordInvalidInputException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynectar.NectarException
              extended bynectar.record.RecordException
                  extended bynectar.record.RecordInvalidInputException
All Implemented Interfaces:
java.io.Serializable

public class RecordInvalidInputException
extends RecordException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
protected  java.util.Collection possibleValues
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RecordInvalidInputException()
          Creates a new instance of RecordInvalidInputException without detail message.
RecordInvalidInputException(java.util.Collection possibleValues)
           
RecordInvalidInputException(java.lang.String msg)
          Constructs an instance of RecordInvalidInputException with the specified detail message.
RecordInvalidInputException(java.lang.String msg, java.util.Collection possibleValues)
           
 
Method Summary
 java.util.Collection getValues()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

possibleValues

protected java.util.Collection possibleValues
Constructor Detail

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)
Method Detail

getValues

public java.util.Collection getValues()