All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.pics.PICSParserException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----w3c.tools.sexpr.SExprParserException
                           |
                           +----w3c.www.pics.PICSParserException

public class PICSParserException
extends SExprParserException

Constructor Index

 o PICSParserException(String)
 o PICSParserException(String, Exception)

Method Index

 o getOriginal()

Constructors

 o PICSParserException
 public PICSParserException(String explanation)
 o PICSParserException
 public PICSParserException(String explanation,
                            Exception original)

Methods

 o getOriginal
 public Exception getOriginal()

All Packages  Class Hierarchy  This Package  Previous  Next  Index