public class NormalizationException
extends StackableException
| Constructor and Description |
|---|
NormalizationException()
Creates a StackableRuntimeException with no message and no parent.
|
NormalizationException(java.lang.String message)
Creates an exception.
|
NormalizationException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
public NormalizationException()
public NormalizationException(java.lang.String message)
message - the exception message.public NormalizationException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.