com.satline.expr
Class ExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.satline.i18n.LocalizedException
              extended by 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

Constructor Summary
ExpressionException(java.lang.String message)
          Construct exception from message.
ExpressionException(java.lang.String message, java.lang.Object arg)
           
ExpressionException(java.lang.String message, java.lang.Throwable cause)
          Construct exception from message and cause.
ExpressionException(java.lang.Throwable cause)
          Construct exception from cause.
 
Method Summary
protected  Messages getMessages()
           
 
Methods inherited from class com.satline.i18n.LocalizedException
getLocale, getLocalizedMessage, getMessage, toString
 
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
 

Constructor Detail

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 -
Method Detail

getMessages

protected Messages getMessages()
Specified by:
getMessages in class LocalizedException


Copyright © 2007 null. All Rights Reserved.