eu.scape_project.xa.tw.gen
Class GeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.scape_project.xa.tw.gen.GeneratorException
All Implemented Interfaces:
Serializable

public class GeneratorException
extends Exception

GeneratorException

Version:
0.3
Author:
shsdev https://github.com/shsdev
See Also:
Serialized Form

Constructor Summary
GeneratorException()
          Default constructor
GeneratorException(String message)
          Construct exception with message
GeneratorException(String message, Throwable thrw)
          Construct with message and cause
 
Method Summary
 
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

GeneratorException

public GeneratorException()
Default constructor


GeneratorException

public GeneratorException(String message)
Construct exception with message

Parameters:
message - the message for the exception.

GeneratorException

public GeneratorException(String message,
                          Throwable thrw)
Construct with message and cause

Parameters:
message - the message for the exception
thrw - the root cause for the exception.


Copyright © 2013. All Rights Reserved.