ModeShape Distribution 3.2.0.Final

org.modeshape.sequencer.ddl.dialect.teiid
Class TeiidDdlParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.common.text.ParsingException
                  extended by org.modeshape.sequencer.ddl.dialect.teiid.TeiidDdlParsingException
All Implemented Interfaces:
Serializable

public class TeiidDdlParsingException
extends ParsingException

A Teiid parsing error.

See Also:
Serialized Form

Constructor Summary
TeiidDdlParsingException(DdlTokenStream tokens, String message)
           
 
Method Summary
 String getLocalizedMessage()
          
 
Methods inherited from class org.modeshape.common.text.ParsingException
getPosition
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

TeiidDdlParsingException

public TeiidDdlParsingException(DdlTokenStream tokens,
                                String message)
Parameters:
tokens - the tokens being parsed when the error occurred (cannot be null)
message - the error message (cannot be null)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()

Overrides:
getLocalizedMessage in class Throwable
See Also:
Throwable.getLocalizedMessage()

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.