ModeShape Distribution 3.2.0.Final

org.infinispan.schematic.document
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.infinispan.schematic.document.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends IOException

See Also:
Serialized Form

Constructor Summary
ParsingException(String message, int lineNumber, int columnNumber)
           
ParsingException(String message, Throwable cause, int lineNumber, int columnNumber)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException(String message,
                        int lineNumber,
                        int columnNumber)

ParsingException

public ParsingException(String message,
                        Throwable cause,
                        int lineNumber,
                        int columnNumber)
Method Detail

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()

ModeShape Distribution 3.2.0.Final

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