org.cogroo.analyzer
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cogroo.analyzer.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException
extends RuntimeException

The InitializationException class is responsible for throwing the exceptions, while opening files and locating streams, and then for showing its corresponding error messages.

See Also:
Serialized Form

Constructor Summary
InitializationException(String message)
           
InitializationException(String message, Throwable throwable)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializationException

public InitializationException(String message,
                               Throwable throwable)

InitializationException

public InitializationException(String message)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.