de.iiit.access.common.api
Class ParserException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--de.iiit.access.common.api.ParserException
- All Implemented Interfaces:
- Serializable
- public class ParserException
- extends Exception
This exception is thrown if there is something wrong
with the expression. The most common cases are syntax errors or
circular references within the expression.
- Version:
- $Revision: 1.5 $ $Date: 2003/04/13 21:13:38 $
- See Also:
- Serialized Form
Constructor Summary |
ParserException()
Creates a new instance of ParserException without detail message. |
ParserException(String msg)
Constructs an instance of ParserException with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException()
- Creates a new instance of
ParserException
without detail message.
ParserException
public ParserException(String msg)
- Constructs an instance of
ParserException
with the specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002, 2003 ingeneurbuero fuer innovative
informationstechnik, Dipl.-Ing. Joerg Beckmann, Dortmund,
Germany. All Rights Reserved.
See Copyright statement