dk.brics.string
Class InvalidRuntimeUseException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
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:
 
 - Non-constant regular expressions or automaton URLs.
 
 - Malformed automaton URLs.
 
 - I/O error while fetching the automaton.
 
 - Unbound name referenced in regular expression.
 
 
 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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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.