public class CompilerPostPassException extends CompilerException
| 构造器和说明 |
|---|
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.
|
public CompilerPostPassException()
public CompilerPostPassException(String message)
message - The message for the exception.public CompilerPostPassException(Throwable cause)
cause - The Throwable that caused this exception.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.