common-util

local.tomas.expr
Class ExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by local.tomas.i18n.LocalizedException
              extended by local.tomas.expr.ExpressionException
All Implemented Interfaces:
Serializable

public class ExpressionException
extends LocalizedException

Exception object for all com.satline.datasource error handling.

Author:
tomas
See Also:
Serialized Form

Constructor Summary
ExpressionException(String message)
          Construct exception from message.
ExpressionException(String message, Object arg)
           
ExpressionException(String message, Throwable cause)
          Construct exception from message and cause.
ExpressionException(Throwable cause)
          Construct exception from cause.
 
Method Summary
protected  Messages getMessages()
           
 
Methods inherited from class local.tomas.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(String message)
Construct exception from message.

Parameters:
message -

ExpressionException

public ExpressionException(String message,
                           Throwable cause)
Construct exception from message and cause.

Parameters:
message -
cause -

ExpressionException

public ExpressionException(Throwable cause)
Construct exception from cause.

Parameters:
cause -

ExpressionException

public ExpressionException(String message,
                           Object arg)
Parameters:
message - message with one java.text argument
arg - argument value for messages
Method Detail

getMessages

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

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.