|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.olap4j.mdx.parser.MdxParseException
public class MdxParseException
Exception thrown by an MdxParser
to
indicate an error in parsing. Has a ParseRegion
.
Constructor Summary | |
---|---|
MdxParseException(ParseRegion region,
java.lang.String message)
Creates an MdxParseException with a region of the source code and a specified detail message. |
|
MdxParseException(ParseRegion region,
java.lang.Throwable cause)
Creates an MdxParseException with a region of the source code and a specified cause. |
Method Summary | |
---|---|
ParseRegion |
getRegion()
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MdxParseException(ParseRegion region, java.lang.Throwable cause)
region
- Region of source code which contains the errorcause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public MdxParseException(ParseRegion region, java.lang.String message)
region
- Region of source code which contains the errormessage
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.Method Detail |
---|
public ParseRegion getRegion()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |