org.rhq.enterprise.server.resource.group.definition.framework
Class InvalidExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.resource.group.definition.framework.InvalidExpressionException
All Implemented Interfaces:
Serializable

public class InvalidExpressionException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidExpressionException()
           
InvalidExpressionException(String message)
           
InvalidExpressionException(String message, Throwable cause)
           
InvalidExpressionException(Throwable cause)
           
 
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

InvalidExpressionException

public InvalidExpressionException()

InvalidExpressionException

public InvalidExpressionException(String message)

InvalidExpressionException

public InvalidExpressionException(Throwable cause)

InvalidExpressionException

public InvalidExpressionException(String message,
                                  Throwable cause)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.