public class CalculationException extends Exception
| Constructor and Description |
|---|
CalculationException()
Creates a new instance of
StructureException without detail
message. |
CalculationException(String msg)
Constructs an instance of
StructureException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CalculationException()
StructureException without detail
message.public CalculationException(String msg)
StructureException with the
specified detail message.msg - the detail message.Copyright © 2017. All rights reserved.