ftcomputing.robo
Class FishFaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ftcomputing.robo.FishFaceException
All Implemented Interfaces:
java.io.Serializable

public class FishFaceException
extends java.lang.RuntimeException

Allgemeine Exception-Klasse für FishFace-Klasse

Author:
Ulrich Müller, Michael Fennel
See Also:
Serialized Form

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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FishFaceException

public FishFaceException()
Gibt eine Fehlermeldung ohne Text aus


FishFaceException

public FishFaceException(java.lang.String message)
Gibt eine Fehlermeldung mit einem bestimmte Text aus

Parameters:
message - der Text