com.unitesk.atp.text.generation
Class UndefinedFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.unitesk.atp.text.generation.UndefinedFunctionException
- All Implemented Interfaces:
- Serializable
public class UndefinedFunctionException
- extends RuntimeException
This exception reports about undefined function in pattern
of Generator.txt(String)
method.
- Version:
- $Id: UndefinedFunctionException.java,v 1.1 2004/10/09 06:38:29 all-x Exp $
- Author:
- Alexey Demakov
- See Also:
- Serialized Form
UndefinedFunctionException
public UndefinedFunctionException(String pattern,
String func)
- Constructs an exception with the specified parameter values.
- Parameters:
pattern
- String containing function name.func
- Function name.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getPattern
public String getPattern()
- Returns:
- Returns pattern string containing function name.
getFunc
public String getFunc()
- Returns:
- Returns function name.
Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.