bea.jolt
Class DefinitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybea.jolt.DefinitionException
All Implemented Interfaces:
java.io.Serializable

public class DefinitionException
extends java.lang.RuntimeException

This exception is thrown when Jolt encounters a syntax error while parsing the definition.

See Also:
Serialized Form

Constructor Summary
DefinitionException(java.lang.String s)
          The constructor with the diagnostic message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefinitionException

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

Parameters:
s - The message