All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.DefinitionException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----bea.jolt.DefinitionException

public class DefinitionException
extends RuntimeException
This exception is thrown when Jolt encounters a syntax error while parsing the definition.


Constructor Index

 o DefinitionException(String)
The constructor with the diagnostic message.

Constructors

 o DefinitionException
 public DefinitionException(String s)
The constructor with the diagnostic message.

Parameters:
s - the message

All Packages  Class Hierarchy  This Package  Previous  Next  Index