Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

exceptions
Class LoadErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--exceptions.LoadErrorException

public class LoadErrorException
extends java.lang.Exception

Die Exception kann aufgerufen werden, wenn ein Fehler beim Laden einer Datei oder eines Dateielements aufgetreten ist.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
LoadErrorException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

LoadErrorException

public LoadErrorException()