@Internal public class TypeExtractionException extends Exception
Constructor and Description |
---|
TypeExtractionException()
Creates a new exception with no message.
|
TypeExtractionException(String message)
Creates a new exception with the given message.
|
TypeExtractionException(String message,
Throwable e)
Creates a new exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TypeExtractionException()
public TypeExtractionException(String message)
message
- The exception message.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.