Class BadSchemaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.wpi.first.util.struct.BadSchemaException
All Implemented Interfaces:
Serializable

public class BadSchemaException extends Exception
Exception thrown when encountering a bad schema.
See Also:
  • Constructor Details

  • Method Details

    • getField

      public String getField()
      Gets the name of the bad schema field.
      Returns:
      The name of the bad schema field, or an empty string if not applicable.
    • toString

      public String toString()
      Overrides:
      toString in class Throwable