netx.jnlp
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--netx.jnlp.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.Exception

Thrown to indicate that an error has occurred while parsing a JNLP file.

Version:
$Revision: 1.5 $
Author:
Jon A. Maxwell (JAM) - initial author
See Also:
Serialized Form

Constructor Summary
ParseException()
          Create a parse exception.
ParseException(java.lang.String message)
          Create a parse exception with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()
Create a parse exception.

ParseException

public ParseException(java.lang.String message)
Create a parse exception with the specified message.