@Public public class InvalidTypesException extends InvalidProgramException
InvalidProgramException
, indicating that the types used in
an operation are invalid or inconsistent.Constructor and Description |
---|
InvalidTypesException()
Creates a new exception with no message.
|
InvalidTypesException(String message)
Creates a new exception with the given message.
|
InvalidTypesException(String message,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidTypesException()
public InvalidTypesException(String message)
message
- The exception message.Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.