com.retek.commons.component
Class ComponentStructureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.retek.commons.component.ComponentStructureException
All Implemented Interfaces:
java.io.Serializable

public class ComponentStructureException
extends java.lang.RuntimeException

Signifies that the internal structure or implementation of a component is inconsistent or incorrect.

See Also:
Serialized Form

Constructor Summary
ComponentStructureException(java.lang.String message)
           
ComponentStructureException(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

ComponentStructureException

public ComponentStructureException(java.lang.String message)

ComponentStructureException

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


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28