Dresden OCL Toolkit

tudresden.ocl.lib
Class OclClassCastException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bytudresden.ocl.lib.OclException
                  extended bytudresden.ocl.lib.OclClassCastException
All Implemented Interfaces:
Serializable

public class OclClassCastException
extends OclException

This class is used rather than OclException whenever the error results from a type mismatch that could not be detected by the Java compiler.

Author:
Frank Finger
See Also:
Serialized Form

Field Summary
 String message
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
OclClassCastException(String message)
          Create a new exception with the given message string.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public String message
Constructor Detail

OclClassCastException

public OclClassCastException(String message)
Create a new exception with the given message string.


Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.