com.simonstl.gorille
Class GorilleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.simonstl.gorille.GorilleException
All Implemented Interfaces:
java.io.Serializable

public class GorilleException
extends java.lang.Exception

An exception class for general use with the Tiny API for Markup.

Author:
simonstl
See Also:
Serialized Form

Constructor Summary
GorilleException()
          Creates a new instance of TAMException
GorilleException(java.lang.String s)
           
 
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

GorilleException

public GorilleException()
Creates a new instance of TAMException


GorilleException

public GorilleException(java.lang.String s)