org.objectweb.proactive.core.mop
Class StructuralException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.proactive.core.mop.MOPException
                    |
                    +--org.objectweb.proactive.core.mop.StructuralException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotGuessProxyNameException, ClassNotReifiableException, InvalidProxyClassException

public abstract class StructuralException
extends MOPException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.mop.MOPException
detail
 
Constructor Summary
StructuralException()
           
StructuralException(java.lang.String s)
           
StructuralException(java.lang.String s, java.lang.Throwable ex)
           
StructuralException(java.lang.Throwable ex)
           
 
Methods inherited from class org.objectweb.proactive.core.mop.MOPException
getMessage, getTargetException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructuralException

public StructuralException()

StructuralException

public StructuralException(java.lang.String s)

StructuralException

public StructuralException(java.lang.String s,
                           java.lang.Throwable ex)

StructuralException

public StructuralException(java.lang.Throwable ex)


Copyright © April 2004 INRIA All Rights Reserved.