pmp
Class FatalParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pmp.FatalParserException
All Implemented Interfaces:
java.io.Serializable

public class FatalParserException
extends java.lang.RuntimeException

Signals fatal error in macroprocessor.

This exception is raised by InputOutput.errorHandler(String) and various other places in macroprocessor when it's necessary to terminate work.

Title: PMP: Macroprocessor

Description: Java macroprocessor

Copyright: Copyright (c) 2005

Company:

Version:
1.0
Author:
Luděk Hlaváček
See Also:
Serialized Form

Constructor Summary
FatalParserException(java.lang.String message)
          Creates exception with specified message.
 
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

FatalParserException

public FatalParserException(java.lang.String message)
Creates exception with specified message.

Parameters:
message - error description