org.globus.cog.karajan.parser
Class ParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.cog.karajan.parser.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends Exception

See Also:
Serialized Form

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

ParsingException

public ParsingException()

ParsingException

public ParsingException(String message)

ParsingException

public ParsingException(Throwable cause)

ParsingException

public ParsingException(String message,
                        Throwable cause)