Package net.sourceforge.jnlp
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jnlp.ParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequiredElementException
Thrown to indicate that an error has occurred while parsing a
JNLP file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException
(String message) Create a parse exception with the specified message.ParseException
(String message, Throwable cause) Create a parse exception with the specified message and cause.ParseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Create a parse exception with the specified message.- Parameters:
message
- to be shown in exception
-
ParseException
Create a parse exception with the specified message and cause.- Parameters:
message
- to be used by exceptioncause
- cause of exception
-
ParseException
-