dk.brics.string
Class InvalidRuntimeUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.brics.string.InvalidRuntimeUseException
All Implemented Interfaces:
Serializable

public class InvalidRuntimeUseException
extends RuntimeException

Thrown to indicate that some invalid use of the runtime library has been encountered. These include:

Note that invalid use of the runtime library is not guaranteed to throw an InvalidRuntimeUseException at analysis time. In general, the behaviour is undefined if the runtime library is used incorrectly.

See Also:
Serialized Form

Constructor Summary
InvalidRuntimeUseException()
           
InvalidRuntimeUseException(String mes)
          Creates an InvalidRuntimeUseException with the given message.
InvalidRuntimeUseException(String message, Throwable cause)
           
InvalidRuntimeUseException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRuntimeUseException

public InvalidRuntimeUseException()

InvalidRuntimeUseException

public InvalidRuntimeUseException(String mes)
Creates an InvalidRuntimeUseException with the given message.

Parameters:
mes - the message.

InvalidRuntimeUseException

public InvalidRuntimeUseException(String message,
                                  Throwable cause)

InvalidRuntimeUseException

public InvalidRuntimeUseException(Throwable cause)


Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.