public class SourceException extends GeneratorException
Constructor and Description |
---|
SourceException()
Constructs a SourceException without error message.
|
SourceException(String message)
Constructs a SourceException with the given error message.
|
SourceException(String message,
Throwable cause)
Constructs a SourceException which wraps another exception,
and which has its own error message.
|
SourceException(Throwable cause)
Constructs a SourceException which wraps another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SourceException()
Exception.Exception()
public SourceException(String message)
message
- the error messageException.Exception(java.lang.String)
public SourceException(Throwable cause)
cause
- The root cause of the exception, can be null.Exception.Exception(java.lang.Throwable)
public SourceException(String message, Throwable cause)
message
- The error mesaage.cause
- The exception to wrap.Exception.Exception(java.lang.String, java.lang.Throwable)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.