picture
Class PictureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--picture.PictureException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PictureNotImplementedException

public class PictureException
extends java.lang.Exception

Exception fuer Ausnahmebehandlung von Layer-Dateien. nur fuer Fehler, die keiner anderen Exception zugeordnet werden.

See Also:
Picture, Serialized Form

Constructor Summary
PictureException()
          Erzeugt eine PictureException ohne spezielle Fehlermeldung.
PictureException(java.lang.String s)
          Erzeugt eine PictureException mit der uebergebenen Fehlermeldung.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PictureException

public PictureException()
Erzeugt eine PictureException ohne spezielle Fehlermeldung.

PictureException

public PictureException(java.lang.String s)
Erzeugt eine PictureException mit der uebergebenen Fehlermeldung.
Parameters:
s - Fehlermeldung