pellet
Class PelletCmdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pellet.PelletCmdException
All Implemented Interfaces:
java.io.Serializable

public class PelletCmdException
extends java.lang.RuntimeException

Title: PelletCmdException

Description:

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Markus Stocker
See Also:
Serialized Form

Constructor Summary
PelletCmdException(java.lang.String msg)
          Create an exception with the given error message.
PelletCmdException(java.lang.Throwable 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PelletCmdException

public PelletCmdException(java.lang.String msg)
Create an exception with the given error message.

Parameters:
msg -

PelletCmdException

public PelletCmdException(java.lang.Throwable cause)


Copyright © 2004 Evren Sirin. All Rights Reserved.