com.satline.expr
Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.satline.i18n.LocalizedException
com.satline.expr.ExpressionException
- All Implemented Interfaces:
- java.io.Serializable
public class ExpressionException
- extends LocalizedException
Exception object for all com.satline.datasource error handling.
- Author:
- tomas
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExpressionException
public ExpressionException(java.lang.String message)
- Construct exception from message.
- Parameters:
message -
ExpressionException
public ExpressionException(java.lang.String message,
java.lang.Throwable cause)
- Construct exception from message and cause.
- Parameters:
message - cause -
ExpressionException
public ExpressionException(java.lang.Throwable cause)
- Construct exception from cause.
- Parameters:
cause -
ExpressionException
public ExpressionException(java.lang.String message,
java.lang.Object arg)
- Parameters:
string - string2 -
getMessages
protected Messages getMessages()
- Specified by:
getMessages in class LocalizedException
Copyright © 2007 null. All Rights Reserved.