de.kosi.model
Class RubberException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.kosi.model.RubberException
All Implemented Interfaces:
java.io.Serializable

public class RubberException
extends java.lang.Exception

Exception class used by the Rubber class.

ChangeLog:

 $Log: RubberException.java,v $
 Revision 1.2  2001/07/04 12:17:12  uid51247
 now the rubber valuations are available to the clients

 Revision 1.1  2001/07/02 13:02:12  betacarotine
 nu sollte das kompilieren auch wieder gehen


 

Version:
$Revision: 1.2 $ ($Date: 2001/07/04 12:17:12 $)
Author:
PG KoSI, Fachbereich Informatik, Universitaet Oldenburg
See Also:
Serialized Form

Field Summary
static java.lang.String[] MESSAGES
           
static int RUBBER_NOT_OVER
           
static int RUBBER_OVER
           
 
Constructor Summary
RubberException(int type)
           
 
Method Summary
 int getType()
           
 
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
 

Field Detail

RUBBER_OVER

public static final int RUBBER_OVER

RUBBER_NOT_OVER

public static final int RUBBER_NOT_OVER

MESSAGES

public static final java.lang.String[] MESSAGES
Constructor Detail

RubberException

public RubberException(int type)
Method Detail

getType

public int getType()