Package net.sourceforge.jnlp
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.jnlp.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
RequiredElementException
public class ParseException extends java.lang.Exception
Thrown to indicate that an error has occurred while parsing a JNLP file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message)
Create a parse exception with the specified message.ParseException(java.lang.String message, java.lang.Throwable cause)
Create a parse exception with the specified message and cause.ParseException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ParseException
public ParseException(java.lang.String message)
Create a parse exception with the specified message.- Parameters:
message
- to be shown in exception
-
ParseException
public ParseException(java.lang.String message, java.lang.Throwable cause)
Create a parse exception with the specified message and cause.- Parameters:
message
- to be used by exceptioncause
- cause of exception
-
ParseException
public ParseException(java.lang.Throwable cause)
-
-