com.xml_project.morganaxproc
Class XProcInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xml_project.morganaxproc.XProcInterfaceException
All Implemented Interfaces:
java.io.Serializable

public class XProcInterfaceException
extends java.lang.Exception

Exceptions of this class raised when MorganaXProc apis are not used properly (as opposed to error while compiling or executing an XProc pipeline.

See Also:
Serialized Form

Constructor Summary
XProcInterfaceException(java.lang.Object raiser, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
          Return the message associated with this exception.
 
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

XProcInterfaceException

public XProcInterfaceException(java.lang.Object raiser,
                               java.lang.String message)
Parameters:
raiser -
message -
Method Detail

getMessage

public java.lang.String getMessage()
Return the message associated with this exception.

Overrides:
getMessage in class java.lang.Throwable