tecgraf.javautils.jexpression.exception
Class JExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.