spki
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--spki.SPKIException
                    |
                    +--spki.ParseException

public class ParseException
extends SPKIException

Thrown to indicate that some parsing error occured.

Version:
$Id: ParseException.java,v 1.4 2002/06/22 10:41:42 tep Exp $
Author:
Tep Narula <tep@win.trlabs.ca>, adapted from SPKI.ParseException by Per Harald Myrvang <perm@pasta.cs.uit.no>
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ParseException()
           
ParseException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()

ParseException

public ParseException(String s)