mx4j
Class ImplementationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bymx4j.ImplementationException
All Implemented Interfaces:
java.io.Serializable

public class ImplementationException
extends java.lang.RuntimeException

Thrown when an internal error in the MX4J implementation is detected. Contact the MX4J mailing list for support when this exception is thrown in your programs.

Version:
$Revision: 1.6 $
See Also:
Serialized Form

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

ImplementationException

public ImplementationException()

ImplementationException

public ImplementationException(java.lang.String message)


Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.