org.enhydra.apache.xerces.validators.common
Class CMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.apache.xerces.validators.common.CMException
All Implemented Interfaces:
Serializable

public class CMException
extends Exception

CMException is thrown during CMNode operations

Version:
 
See Also:
Serialized Form

Field Summary
(package private) static int fUnused
           
 
Constructor Summary
CMException(int errCode)
           
 
Method Summary
 int getErrorCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fUnused

static final int fUnused
Constructor Detail

CMException

public CMException(int errCode)
Method Detail

getErrorCode

public int getErrorCode()


Copyright © 1999 The Apache Software Foundation. All Rights reserved.