dk.brics.relaxng.converter
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dk.brics.relaxng.converter.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

Exception from schema parser.

See Also:
Serialized Form

Constructor Summary
ParseException(String message)
          Constructs new parse exception.
ParseException(Throwable cause)
          Constructs new parse exception.
 
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

ParseException

public ParseException(String message)
Constructs new parse exception.

Parameters:
message - message

ParseException

public ParseException(Throwable cause)
Constructs new parse exception.

Parameters:
cause - cause


Copyright © 2005-2010 Anders Møller.