net.jangaroo.exml.api
Class ExmlcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.jangaroo.exml.api.ExmlcException
All Implemented Interfaces:
Serializable, FilePosition

public final class ExmlcException
extends RuntimeException
implements FilePosition

An exception that occurs while parsing EXML files.

See Also:
Serialized Form

Constructor Summary
ExmlcException(String message)
           
ExmlcException(String message, File file, Exception e)
           
ExmlcException(String message, int line)
           
ExmlcException(String message, int line, int column)
           
ExmlcException(String message, Throwable t)
           
 
Method Summary
 int getColumn()
           
 File getFile()
           
 String getFileName()
           
 int getLine()
           
 void setColumn(int column)
           
 void setFile(File file)
           
 void setLine(int line)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExmlcException

public ExmlcException(String message)

ExmlcException

public ExmlcException(String message,
                      int line)

ExmlcException

public ExmlcException(String message,
                      int line,
                      int column)

ExmlcException

public ExmlcException(String message,
                      Throwable t)

ExmlcException

public ExmlcException(String message,
                      File file,
                      Exception e)
Method Detail

setFile

public void setFile(File file)

setLine

public void setLine(int line)

setColumn

public void setColumn(int column)

getFile

public File getFile()

getFileName

public String getFileName()
Specified by:
getFileName in interface FilePosition

getLine

public int getLine()
Specified by:
getLine in interface FilePosition

getColumn

public int getColumn()
Specified by:
getColumn in interface FilePosition

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.