net.sf.saxon.s9api
Class SaxonApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.saxon.s9api.SaxonApiException
- All Implemented Interfaces:
- Serializable
public class SaxonApiException
- extends Exception
An exception thrown by the Saxon s9api API. This is always a wrapper for some other underlying exception
- See Also:
- Serialized Form
Method Summary |
String |
getMessage()
Returns the detail message string of this throwable. |
SaxonApiException
public SaxonApiException(Throwable e)
- Create a SaxonApiException
- Parameters:
e
- the underlying exception
SaxonApiException
public SaxonApiException(String message)
- Create a SaxonApiException
- Parameters:
message
- the message
getMessage
public String getMessage()
- Returns the detail message string of this throwable.
- Overrides:
getMessage
in class Throwable
- Returns:
- the detail message string of this Throwable instance
(which may be null).
Copyright (C) Michael H. Kay. All rights reserved.