Class StreamingXPATHCompilerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.synapse.util.streaming_xpath.compiler.exception.StreamingXPATHCompilerException
-
- All Implemented Interfaces:
Serializable
public class StreamingXPATHCompilerException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamingXPATHCompilerException()
StreamingXPATHCompilerException(String message)
StreamingXPATHCompilerException(String message, Throwable throwable)
StreamingXPATHCompilerException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamingXPATHCompilerException
public StreamingXPATHCompilerException()
-
StreamingXPATHCompilerException
public StreamingXPATHCompilerException(String message)
-
StreamingXPATHCompilerException
public StreamingXPATHCompilerException(String message, Throwable throwable)
-
StreamingXPATHCompilerException
public StreamingXPATHCompilerException(Throwable throwable)
-
-