com.neeve.rog
Class ERogFieldNotSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.neeve.rog.ERogFieldNotSetException
All Implemented Interfaces:
Serializable

public class ERogFieldNotSetException
extends IllegalStateException

An unchecked exception used to indicate that a field is not set.

See Also:
Serialized Form

Constructor Summary
ERogFieldNotSetException(String message)
          Construct using an error message.
ERogFieldNotSetException(String message, Throwable cause)
          Construct using an error message and a linked exception
ERogFieldNotSetException(Throwable cause)
          Construct using a linked exception
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERogFieldNotSetException

public ERogFieldNotSetException(String message)
Construct using an error message.


ERogFieldNotSetException

public ERogFieldNotSetException(Throwable cause)
Construct using a linked exception


ERogFieldNotSetException

public ERogFieldNotSetException(String message,
                                Throwable cause)
Construct using an error message and a linked exception



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.