com.artenum.forceria.exception
Class FileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.artenum.forceria.exception.FileFormatException
All Implemented Interfaces:
Serializable

public class FileFormatException
extends Exception

Exception throw on Forceria file reading errors

Author:
JeT
See Also:
Serialized Form

Constructor Summary
FileFormatException()
           
FileFormatException(String arg0)
           
FileFormatException(String arg0, Throwable arg1)
           
FileFormatException(Throwable arg0)
           
 
Method Summary
 
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

FileFormatException

public FileFormatException()

FileFormatException

public FileFormatException(String arg0,
                           Throwable arg1)

FileFormatException

public FileFormatException(String arg0)

FileFormatException

public FileFormatException(Throwable arg0)


Copyright © 2010-2013 Artenum. All Rights Reserved.