org.quattor.pan.exceptions
Class ReturnValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.quattor.pan.exceptions.ReturnValueException
All Implemented Interfaces:
java.io.Serializable

public class ReturnValueException
extends java.lang.RuntimeException

Exceptions of this type are thrown when executing a DML return statement. Implementing the return statement in this way allows most of the stack information to be kept within the virtual machine.

Author:
loomis
See Also:
Serialized Form

Constructor Summary
ReturnValueException(Element element)
           
 
Method Summary
 Element getElement()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnValueException

public ReturnValueException(Element element)
Method Detail

getElement

public Element getElement()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2011 Quattor. All Rights Reserved.