ContentsIndexHome
PreviousUpNext
AimmsRuntimeException.AimmsRuntimeException Constructor

Constructs a new AimmsRuntimeException with the specified message. 

 

Java
public AimmsRuntimeException(String message);
Parameters 
Description 
String message 
The detailed message. The detailed message can be obtained by invoking the getMessage() method.