org.extex.ocpware.exception
Class OcpRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.extex.ocpware.exception.OcpRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class OcpRuntimeException
extends java.lang.Exception

This exception signals that a state has been encountered which is not defined.

Version:
$Revision: 6019 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Constructor Summary
OcpRuntimeException(java.lang.String s)
          Creates a new object.
 
Method Summary
 java.lang.String getLocalizedMessage()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OcpRuntimeException

public OcpRuntimeException(java.lang.String s)
Creates a new object.

Parameters:
s - the name of the state
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()

Overrides:
getLocalizedMessage in class java.lang.Throwable
See Also:
Throwable.getLocalizedMessage()