at.gv.egiz.pdfas.api.exceptions
Class ConfigUtilsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byat.gv.egiz.pdfas.api.exceptions.ConfigUtilsException
All Implemented Interfaces:
Serializable

public class ConfigUtilsException
extends Exception

Author:
Thomas Knall
See Also:
Serialized Form

Constructor Summary
ConfigUtilsException()
          Instantiates a new (unspecified) exception.
ConfigUtilsException(Exception exception)
          Instantiates a new exception based on another (wrapped) exception.
ConfigUtilsException(String message)
          Instantiated a new exception based on a message.
ConfigUtilsException(String message, Exception exception)
          Instantiation of a new exception based on a message and another (wrapped) exception.
 
Method Summary
 Exception getException()
          Returns the underlying exception.
 String getMessage()
          Returns the message of the wrapped exception.
 String toString()
          Returns the text representation of this instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigUtilsException

public ConfigUtilsException(String message,
                            Exception exception)
Instantiation of a new exception based on a message and another (wrapped) exception.

Parameters:
message - The exception message.
exception - Another exception.

ConfigUtilsException

public ConfigUtilsException(String message)
Instantiated a new exception based on a message.

Parameters:
message - The message of the new exception.

ConfigUtilsException

public ConfigUtilsException(Exception exception)
Instantiates a new exception based on another (wrapped) exception.

Parameters:
exception - The wrapped exception.

ConfigUtilsException

public ConfigUtilsException()
Instantiates a new (unspecified) exception.

Method Detail

getException

public Exception getException()
Returns the underlying exception.

Returns:
The underlying exception.

getMessage

public String getMessage()
Returns the message of the wrapped exception.

Returns:
The message of the wrapped exception.

toString

public String toString()
Returns the text representation of this instance.

Returns:
The text representation of this instance.


Copyright © 2006-2010. All Rights Reserved.