Skip navigation links 
 
oracle.ideimpl.webupdate
Class InvalidLocalBundleException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.ideimpl.webupdate.InvalidLocalBundleException
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public final class InvalidLocalBundleException
 
- extends java.lang.Exception
 
Exception thrown when you try to create a LocalUpdateBundle from a zip file that is not in the correct format.
- See Also:
 
- Serialized Form
 
 
  
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
InvalidLocalBundleException
public InvalidLocalBundleException(java.lang.String message,
                                   Problems problems)
InvalidLocalBundleException
public InvalidLocalBundleException(java.lang.String message)
InvalidLocalBundleException
public InvalidLocalBundleException(java.lang.String message,
                                   java.lang.Throwable cause)
problems
public Problems problems()
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.