org.jomc.tools
Class ToolException

Package class diagram package ToolException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jomc.tools.ToolException
All Implemented Interfaces:
Serializable

public class ToolException
extends Exception

Object management and configuration tool exception.

Version:
$Id: ToolException.java 1237 2010-01-09 20:22:54Z schulte2005 $
Author:
Christian Schulte
See Also:
Serialized Form

Constructor Summary
ToolException()
          Creates a new ToolException instance.
ToolException(String message)
          Creates a new ToolException instance taking a message.
ToolException(String message, Throwable cause)
          Creates a new ToolException instance taking a message and a cause.
ToolException(Throwable cause)
          Creates a new ToolException instance taking a 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

ToolException

public ToolException()
Creates a new ToolException instance.


ToolException

public ToolException(String message)
Creates a new ToolException instance taking a message.

Parameters:
message - The message of the exception.

ToolException

public ToolException(Throwable cause)
Creates a new ToolException instance taking a cause.

Parameters:
cause - The cause of the exception.

ToolException

public ToolException(String message,
                     Throwable cause)
Creates a new ToolException instance taking a message and a cause.

Parameters:
message - The message of the exception.
cause - The cause of the exception.


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.