nextgrid.api.pom
Class ExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nextgrid.api.pom.ProcessException
              extended by nextgrid.api.pom.ExpressionException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionException
extends ProcessException

ExpressionException type.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Constructor Summary
ExpressionException(java.lang.String message)
          Creates a new instance.
ExpressionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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)
Creates a new instance.

Parameters:
message - Error message

ExpressionException

public ExpressionException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new instance.

Parameters:
message - Error message
cause - Original exception


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.