public class UnitSystemException extends UnitException
| Constructor and Description |
|---|
UnitSystemException(java.lang.String message)
Constructs from an error message.
|
UnitSystemException(java.lang.String message,
java.lang.Exception e)
Constructs from an error message and the exception that caused the error.
|
public UnitSystemException(java.lang.String message)
message - The error messsage.public UnitSystemException(java.lang.String message,
java.lang.Exception e)
message - The error messsage.e - The exception that caused the problem.