Package dev.openfga.language.errors
Class DslErrorsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.openfga.language.errors.DslErrorsException
-
- All Implemented Interfaces:
java.io.Serializable
public class DslErrorsException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DslErrorsException(java.util.List<? extends ParsingError> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends ParsingError>getErrors()
-
-
-
Constructor Detail
-
DslErrorsException
public DslErrorsException(java.util.List<? extends ParsingError> errors)
-
-
Method Detail
-
getErrors
public java.util.List<? extends ParsingError> getErrors()
-
-