public class ModuleException
extends java.lang.Exception
Title: Framework Support Library
Description: Signals that an exception occured in a module.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
ModuleException()
Constructs an ModuleException with no detail message.
|
ModuleException(java.lang.String msg)
Constructs an ModuleException class with the specified detail message.
|
public ModuleException()
public ModuleException(java.lang.String msg)
msg
- the String containing a detail messageCopyright © 2015-2024 StreamScape Technologies. All rights reserved.