|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.ebxml.registry.RegistryException
com.sun.ebxml.registry.util.XalanVersionException
This exception is used when the system is using an outdated version of Xalan.
Constructor Summary | |
XalanVersionException()
Constructor for XalanVersionException. |
|
XalanVersionException(java.lang.Exception exception)
Constructor for XalanVersionException. |
|
XalanVersionException(java.lang.String reason)
Constructor for XalanVersionException. |
|
XalanVersionException(java.lang.String reason,
java.lang.Exception exception)
Constructor for XalanVersionException. |
Methods inherited from class com.sun.ebxml.registry.RegistryException |
getException, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
public XalanVersionException()
public XalanVersionException(java.lang.String reason)
reason
- An explanation why the exception was thrown.public XalanVersionException(java.lang.String reason, java.lang.Exception exception)
reason
- An explanation why the exception was thrown.exception
- The exception that triggered this exception.public XalanVersionException(java.lang.Exception exception)
exception
- The exception that triggered this exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |