public class ProcessDefinitionParserException extends Exception
Constructor and Description |
---|
ProcessDefinitionParserException(String message)
Creates a new parser exception providing a
message describing the reason. |
ProcessDefinitionParserException(String message,
Throwable cause)
Creates a new parser exception providing a
message describing the reason and the cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessDefinitionParserException(String message, Throwable cause)
message
describing the reason and the cause
.message
- The message.cause
- The cause.public ProcessDefinitionParserException(String message)
message
describing the reason.message
- The message.Copyright © 2017. All rights reserved.