tecgraf.javautils.jexpression.exception
Class JExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tecgraf.javautils.jexpression.exception.JExpressionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JExpressionSyntaxErrorException

public class JExpressionException
extends Exception

Exceção lançada pela biblioteca JExpression.

Author:
Tecgraf
See Also:
Serialized Form

Constructor Summary
JExpressionException(String msg)
          Construtor.
JExpressionException(String msg, Throwable cause)
          Construtor.
 
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

JExpressionException

public JExpressionException(String msg)
Construtor.

Parameters:
msg - mensagem.

JExpressionException

public JExpressionException(String msg,
                            Throwable cause)
Construtor.

Parameters:
msg - mensagem.
cause - causa.


Copyright © 2007–2014 Tecgraf/PUC-Rio. All rights reserved.