org.scrashmeow.ojb.console.framework
Class TileViewException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.scrashmeow.ojb.console.OjbcException
                    |
                    +--org.scrashmeow.ojb.console.framework.TileViewException
All Implemented Interfaces:
java.io.Serializable

public class TileViewException
extends OjbcException

An exception thrown from within the application's controller layer

Author:
Alexander Bibighaus
See Also:
Serialized Form

Constructor Summary
TileViewException()
          Constructor for WebApplicationException.
TileViewException(java.lang.String msg)
          Constructor for WebApplicationException.
TileViewException(java.lang.String msg, java.lang.Throwable nested)
          Constructor for WebApplicationException.
TileViewException(java.lang.Throwable nested)
          Constructor for WebApplicationException.
 
Methods inherited from class org.scrashmeow.ojb.console.OjbcException
getStackTraceAsString
 
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

TileViewException

public TileViewException()
Constructor for WebApplicationException.


TileViewException

public TileViewException(java.lang.String msg)
Constructor for WebApplicationException.

Parameters:
msg -

TileViewException

public TileViewException(java.lang.String msg,
                         java.lang.Throwable nested)
Constructor for WebApplicationException.

Parameters:
msg -
nested -

TileViewException

public TileViewException(java.lang.Throwable nested)
Constructor for WebApplicationException.

Parameters:
nested -


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.