public class NotYetDefinedException extends ParserException
Constructor and Description |
---|
NotYetDefinedException()
Creates a new instance of
NotYetDefinedException without detail message. |
NotYetDefinedException(java.lang.String msg)
Constructs an instance of
NotYetDefinedException with the specified detail message. |
public NotYetDefinedException()
NotYetDefinedException
without detail message.public NotYetDefinedException(java.lang.String msg)
NotYetDefinedException
with the specified detail message.msg
- the detail message.