org.enhydra.xml.xmlc
Class XMLCRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.enhydra.error.ChainedRuntimeException
                          |
                          +--org.enhydra.xml.xmlc.XMLCRuntimeException
All Implemented Interfaces:
ChainedThrowable, Serializable

public class XMLCRuntimeException
extends ChainedRuntimeException

Runtime exception for XMLC.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
XMLCRuntimeException(String msg)
          Construct an exception without a specified cause.
XMLCRuntimeException(String msg, Throwable cause)
          Construct an exception with an associated causing exception.
XMLCRuntimeException(Throwable cause)
          Construct an exception from a causing exception.
 
Methods inherited from class org.enhydra.error.ChainedRuntimeException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLCRuntimeException

public XMLCRuntimeException(String msg)
Construct an exception without a specified cause.

Parameters:
msg - The message associated with the exception.

XMLCRuntimeException

public XMLCRuntimeException(String msg,
                            Throwable cause)
Construct an exception with an associated causing exception.

Parameters:
msg - The message associated with the exception.
cause - The exception or exception that cause this exception.

XMLCRuntimeException

public XMLCRuntimeException(Throwable cause)
Construct an exception from a causing exception.

Parameters:
cause - The exception or exception that cause this exception. The message will be take be this object's messasge.


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.