org.jaffa.tools.patternengine
Class PatternGeneratorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaffa.tools.patternengine.PatternGeneratorException
All Implemented Interfaces:
Serializable

public class PatternGeneratorException
extends Exception

This exception is thrown if any error occurs during code generation.

See Also:
Serialized Form

Constructor Summary
PatternGeneratorException()
          Creates new PatternGeneratorException without detail message.
PatternGeneratorException(String msg)
          Constructs an PatternGeneratorException with the specified detail message.
PatternGeneratorException(String msg, Throwable cause)
          Constructs an PatternGeneratorException with the specified detail message and cause.
PatternGeneratorException(Throwable cause)
          Constructs an PatternGeneratorException with the specified cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatternGeneratorException

public PatternGeneratorException()
Creates new PatternGeneratorException without detail message.


PatternGeneratorException

public PatternGeneratorException(String msg)
Constructs an PatternGeneratorException with the specified detail message.

Parameters:
msg - the detail message.

PatternGeneratorException

public PatternGeneratorException(String msg,
                                 Throwable cause)
Constructs an PatternGeneratorException with the specified detail message and cause.

Parameters:
msg - the detail message.
cause - the cause.

PatternGeneratorException

public PatternGeneratorException(Throwable cause)
Constructs an PatternGeneratorException with the specified cause.

Parameters:
cause - the cause.


Copyright © 2002-2004 JAFFA Project.