Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.project.ParseException
All Implemented Interfaces:
Serializable

public class ParseException extends Exception
Exception thrown when a script cannot be parsed into a graph or project model.
See Also:
  • Constructor Details

    • ParseException

      public ParseException()
      Creates a new instance of ParseException without detail message.
    • ParseException

      public ParseException(String message)
      Constructs an instance of ParseException with the specified detail message.
      Parameters:
      message - the detail message
    • ParseException

      public ParseException(String message, Throwable cause)
      Constructs an instance of ParseException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - cause
    • ParseException

      public ParseException(Throwable cause)
      Constructs an instance of ParseException with the specified cause.
      Parameters:
      cause - cause