|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--picture.PictureException | +--picture.PictureNotImplementedException
Exception fuer Ausnahmebehandlung von Layer-Dateien. Zum Abfangen von nicht implemtierten Funktionen.
PictureException
, Serialized FormConstructor 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 |
public PictureNotImplementedException()
public PictureNotImplementedException(java.lang.String s)
s
- Fehlermeldung
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |