org.hoglet
Class HogletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hoglet.HogletException
All Implemented Interfaces:
Serializable

public class HogletException
extends Exception

The exception that can be thrown by hoglet.

See Also:
Serialized Form

Constructor Summary
HogletException(String message)
           
HogletException(String message, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HogletException

public HogletException(String message,
                       Throwable cause)

HogletException

public HogletException(String message)


  Copyright © 2006 Gary Bentley. All Rights Reserved.