Class CBParseFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.cedarbridge.schema.parser.api.CBParseFailedException
All Implemented Interfaces:
Serializable

public final class CBParseFailedException extends Exception
Parsing failed.
See Also:
  • Constructor Details

    • CBParseFailedException

      public CBParseFailedException(CBParseFailedException.Fatal inFatality)
      Construct an exception.
      Parameters:
      inFatality - The degree of fatality
  • Method Details