com.japisoft.framework.application.descriptor
Class InterfaceBuilderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.japisoft.framework.ApplicationException
              extended bycom.japisoft.framework.application.descriptor.InterfaceBuilderException
All Implemented Interfaces:
java.io.Serializable

public class InterfaceBuilderException
extends ApplicationException

Exception while processing the main UI application file

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com
See Also:
Serialized Form

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

InterfaceBuilderException

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

InterfaceBuilderException

public InterfaceBuilderException(java.lang.String message)