org.apache.beehive.netui.script
Class RuntimeExpressionException
Object
Throwable
Exception
RuntimeException
RuntimeExpressionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IllegalExpressionException
public abstract class RuntimeExpressionException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RuntimeExpressionException
public RuntimeExpressionException()
RuntimeExpressionException
public RuntimeExpressionException(String message)
RuntimeExpressionException
public RuntimeExpressionException(String message,
Throwable cause)
RuntimeExpressionException
public RuntimeExpressionException(Throwable cause)
setLocalizedMessage
public void setLocalizedMessage(String localizedMessage)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable