Package org.millscript.commons.alert.alerts

This package contains general alerts which mirror their related Java exception.

See:
          Description

Exception Summary
ClassCastAlert This class implements an Alert for use in situations like where a ClassCastException has been thrown.
ClassNotFoundAlert This class implements an Alert for use in situations like where a ClassNotFoundException has been thrown.
Fault This class represents an internal fault alert and is used in combination with a normal exception to indicate a abnormal internal condition in the system.
IllegalAccessAlert This class implements an Alert for use in situations like where a IllegalAccessException has been thrown.
IllegalArgumentAlert This class implements an Alert for use in situations like where a IllegalArgumentException has been thrown.
InstantiationAlert This class implements an Alert for use in situations like where a InstantiationException has been thrown.
IOAlert This class implements an Alert for use in situations like where a IOException has been thrown.
Unimplemented This class represents an unimplemented feature alert.
UnsupportedCharacterSetAlert This class implements an Alert for use in situations like where a UnsupportedCharsetException has been thrown.
 

Package org.millscript.commons.alert.alerts Description

This package contains general alerts which mirror their related Java exception.



Copyright © 2005-2007 Open World Ltd. All Rights Reserved.