public class IlvSymbolCompilerException extends Exception
Constructor and Description |
---|
IlvSymbolCompilerException()
Creates a new Symbol Compiler exception with no error message.
|
IlvSymbolCompilerException(Exception exception)
Creates a new Symbol Compiler exception that encapsulates
another low-level exception.
|
IlvSymbolCompilerException(String message)
Creates a new Symbol Compiler exception with a specified error message.
|
IlvSymbolCompilerException(String message,
Exception exception)
Creates a new Symbol Compiler exception that encapsulates
another low-level exception.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Returns the low-level exception that
caused this Symbol Compiler exception to be thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvSymbolCompilerException()
public IlvSymbolCompilerException(String message)
message
- The error message.public IlvSymbolCompilerException(Exception exception)
exception
- The low-level exception that
causes this Symbol Compiler exception to be thrown.public IlvSymbolCompilerException(String message, Exception exception)
message
- The error message.exception
- The low-level exception that
causes this Symbol Compiler Exception to be thrown.public Exception getException()
null
if this Symbol Compiler exception was not thrown due to
a lower-level exception© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.