Class InvalidSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.praxislive.core.syntax.InvalidSyntaxException
All Implemented Interfaces:
Serializable

public class InvalidSyntaxException extends RuntimeException
Exception thrown when text syntax is invalid and cannot be parsed.
See Also:
  • Constructor Details

    • InvalidSyntaxException

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

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

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

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