org.quattor.pan.exceptions
Class ReturnValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.quattor.pan.exceptions.ReturnValueException
- All Implemented Interfaces:
- Serializable
public class ReturnValueException
- extends 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
ReturnValueException
public ReturnValueException(Element element)
getElement
public Element getElement()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2012 Quattor. All Rights Reserved.