org.enhydra.xml.xmlc
Class XMLCException

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

public class XMLCException
extends ChainedException

Exception for XMLC compiler and runtime.

See Also:
Serialized Form

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

Constructor Detail

XMLCException

public XMLCException(String msg)
Construct an exception without a specified cause.
Parameters:
msg - The message associated with the exception.

XMLCException

public XMLCException(String msg,
                     Throwable cause)
Construct an exception with an associated causing exception.
Parameters:
msg - The message associated with the exception.
cause - The error or exception that cause this exception.

XMLCException

public XMLCException(Throwable cause)
Construct an exception from a causing exception.
Parameters:
cause - The error 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.