org.yajul.util
Class InitializationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.yajul.util.InitializationError
All Implemented Interfaces:
java.io.Serializable

public class InitializationError
extends java.lang.Error

Thrown when a class initializer encounters an unexpected state. User: jdavis Date: Jul 21, 2003 Time: 1:41:47 PM

Author:
jdavis
See Also:
Serialized Form

Constructor Summary
InitializationError()
          Default constructor.
InitializationError(java.lang.String s)
          Creates a new exception with no nested exception and the specified detail message.
InitializationError(java.lang.String s, java.lang.Throwable t)
          Constructs a InitializationError with the specified detail message and the specified throwable as the nested exception.
InitializationError(java.lang.Throwable t)
          Constructs a InitializationError with the specified Throwable as the nested exception.
 
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

InitializationError

public InitializationError()
Default constructor.


InitializationError

public InitializationError(java.lang.String s)
Creates a new exception with no nested exception and the specified detail message.

Parameters:
s - the detail message.

InitializationError

public InitializationError(java.lang.Throwable t)
Constructs a InitializationError with the specified Throwable as the nested exception.

Parameters:
t - an object of type Throwable

InitializationError

public InitializationError(java.lang.String s,
                           java.lang.Throwable t)
Constructs a InitializationError with the specified detail message and the specified throwable as the nested exception.

Parameters:
s - the detail message.
t - an object of type Throwable


Copyright © 2008. All Rights Reserved.