org.openide.modules
Class IllegalModuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.openide.modules.IllegalModuleException
All Implemented Interfaces:
Serializable

public class IllegalModuleException
extends IOException

Thrown to indicate that there was a problem installing or otherwise handling a module.

See Also:
Serialized Form

Constructor Summary
IllegalModuleException()
          Deprecated. Create exception.
IllegalModuleException(Exception exc)
          Deprecated. Create exception based on another checked exception.
IllegalModuleException(String msg)
          Deprecated. Create exception with detail string.
 
Method Summary
 Exception getException()
          Deprecated. Get the underlying exception, if any.
 String getMessage()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalModuleException

public IllegalModuleException()
Deprecated. 
Create exception.

IllegalModuleException

public IllegalModuleException(String msg)
Deprecated. 
Create exception with detail string.
Parameters:
msg - message for the exception

IllegalModuleException

public IllegalModuleException(Exception exc)
Deprecated. 
Create exception based on another checked exception.
Parameters:
exc - the underlying exception
Method Detail

getException

public Exception getException()
Deprecated. 
Get the underlying exception, if any.
Returns:
the exception or null

getMessage

public String getMessage()
Deprecated. 
Overrides:
getMessage in class Throwable


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.