|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ftcomputing.robo.FishFaceException
public class FishFaceException
Allgemeine Exception-Klasse für FishFace
-Klasse
Field Summary | |
---|---|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
FishFaceException()
Gibt eine Fehlermeldung ohne Text aus |
|
FishFaceException(java.lang.String message)
Gibt eine Fehlermeldung mit einem bestimmte Text aus |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public FishFaceException()
public FishFaceException(java.lang.String message)
message
- der Text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |