Package org.w3c.flute.parser
Class ThrowedParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.w3c.flute.parser.ThrowedParseException
-
- All Implemented Interfaces:
java.io.Serializable
class ThrowedParseException extends java.lang.RuntimeException
- Version:
- $Revision: 6653 $
- Author:
- Philippe Le Hegaret
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ParseException
e
-
Constructor Summary
Constructors Constructor Description ThrowedParseException(ParseException e)
Creates a new ThrowedParseException
-
-
-
Field Detail
-
e
ParseException e
-
-
Constructor Detail
-
ThrowedParseException
ThrowedParseException(ParseException e)
Creates a new ThrowedParseException
-
-