public class CompilerException extends RuntimeException
| 构造器和说明 |
|---|
CompilerException()
Creates a compiler exception with no message and no cause.
|
CompilerException(String message)
Creates a compiler exception with the given message and no cause.
|
CompilerException(String message,
Throwable cause)
Creates a compiler exception with the given message and cause.
|
CompilerException(Throwable cause)
Creates a compiler exception with the given cause and no message.
|
public CompilerException()
public CompilerException(String message)
message - The message for the exception.public CompilerException(Throwable cause)
cause - The Throwable that caused this exception.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.