com.ibm.designer.domino.ide.resources.extensions
Class DesignerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.designer.domino.ide.resources.extensions.DesignerException
All Implemented Interfaces:
java.io.Serializable

public class DesignerException
extends java.lang.Exception

Reports error conditions encountered while doing operations on Notes/Domino applications and design elements.

See Also:
Serialized Form

Constructor Summary
DesignerException(java.lang.String message)
           
DesignerException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

DesignerException

public DesignerException(java.lang.String message)

DesignerException

public DesignerException(java.lang.String message,
                         java.lang.Throwable cause)