Class NoParserFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sandrohc.schematic4j.exception.ParsingException
net.sandrohc.schematic4j.exception.NoParserFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoParserFoundException(Throwable cause) NoParserFoundException(SchematicFormat format, Throwable cause) NoParserFoundException(SchematicFormat format, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
format
-
-
Constructor Details
-
NoParserFoundException
public NoParserFoundException() -
NoParserFoundException
-
NoParserFoundException
-
NoParserFoundException
-
NoParserFoundException
public NoParserFoundException(SchematicFormat format, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-