Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jnlp.ParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequiredElementException

public class ParseException extends Exception
Thrown to indicate that an error has occurred while parsing a JNLP file.
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
      Create a parse exception with the specified message.
      Parameters:
      message - to be shown in exception
    • ParseException

      public ParseException(String message, Throwable cause)
      Create a parse exception with the specified message and cause.
      Parameters:
      message - to be used by exception
      cause - cause of exception
    • ParseException

      public ParseException(Throwable cause)