org.ipdr.common
Class BadCompositeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ipdr.common.BadCompositeException
All Implemented Interfaces:
java.io.Serializable

public class BadCompositeException
extends java.lang.Exception

This exception is thrown when a problem occues while creating a CompositeType object.

See Also:
Serialized Form

Constructor Summary
BadCompositeException(java.lang.String s)
          Build an exception with a descriptive string.
 
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

BadCompositeException

public BadCompositeException(java.lang.String s)
Build an exception with a descriptive string.

Parameters:
s - Description of the Exception.