Class SyntaxException

All Implemented Interfaces:
Serializable

public class SyntaxException extends RuntimeException
This exception is thrown when an attribute is not found
See Also:
Serialized Form
  • Constructor Details

    • SyntaxException

      public SyntaxException(String offendingAttribute)
      creates a new SyntaxException
      Parameters:
      offendingAttribute - name of missing attribute
    • SyntaxException

      public SyntaxException(short offendingAttribute)
      creates a new SyntaxException
      Parameters:
      offendingAttribute - id of missing attribute