com.intellij.openapi.components
Class LoadCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.intellij.openapi.components.LoadCancelledException
All Implemented Interfaces:
java.io.Serializable

public final class LoadCancelledException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
LoadCancelledException(BaseComponent issuer, java.lang.String message)
           
 
Method Summary
 BaseComponent getIssuer()
           
 
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
 

Constructor Detail

LoadCancelledException

public LoadCancelledException(BaseComponent issuer,
                              java.lang.String message)
Method Detail

getIssuer

public BaseComponent getIssuer()