javax.wbem.query
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.wbem.query.ParseException
All Implemented Interfaces:
java.io.Serializable

public synchronized class ParseException
extends java.lang.Exception


Field Summary
 Token currentToken
           
 int[][] expectedTokenSequences
           
 java.lang.String[] tokenImage
           
 
Constructor Summary
ParseException()
           
ParseException(java.lang.String)
           
ParseException(Token, int[][], java.lang.String[])
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

currentToken

public Token currentToken

expectedTokenSequences

public int[][] expectedTokenSequences

tokenImage

public java.lang.String[] tokenImage
Constructor Detail

ParseException

public ParseException(Token,
                      int[][],
                      java.lang.String[])

ParseException

public ParseException()

ParseException

public ParseException(java.lang.String)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable