picture
Class PictureNotImplementedException

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

public class PictureNotImplementedException
extends PictureException

Exception fuer Ausnahmebehandlung von Layer-Dateien. Zum Abfangen von nicht implemtierten Funktionen.

See Also:
PictureException, Serialized Form

Constructor Summary
PictureNotImplementedException()
          Erzeugt eine PictureException ohne spezielle Fehlermeldung.
PictureNotImplementedException(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

PictureNotImplementedException

public PictureNotImplementedException()
Erzeugt eine PictureException ohne spezielle Fehlermeldung.

PictureNotImplementedException

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