public class CompilerPostPassException extends CompilerException
| Constructor and Description |
|---|
CompilerPostPassException()
Creates a post pass exception with no message and no cause.
|
CompilerPostPassException(String message)
Creates a post pass exception with the given message and no cause.
|
CompilerPostPassException(String message,
Throwable cause)
Creates a post pass exception with the given message and cause.
|
CompilerPostPassException(Throwable cause)
Creates a post pass exception with the given cause and no message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompilerPostPassException()
public CompilerPostPassException(String message)
message - The message for the exception.public CompilerPostPassException(Throwable cause)
cause - The Throwable that caused this exception.Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.