org.javasteps.parsers
Class ProcessParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.javasteps.parsers.ProcessParsingException
All Implemented Interfaces:
Serializable

public class ProcessParsingException
extends Exception

Version:
1.1
Author:
Ran Kornfeld
See Also:
Serialized Form

Constructor Summary
ProcessParsingException()
           
ProcessParsingException(String message)
           
ProcessParsingException(String message, Throwable cause)
           
ProcessParsingException(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

ProcessParsingException

public ProcessParsingException()

ProcessParsingException

public ProcessParsingException(String message)

ProcessParsingException

public ProcessParsingException(String message,
                               Throwable cause)

ProcessParsingException

public ProcessParsingException(Throwable cause)