org.barracudamvc.contrib.sam.data
Class DataObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.barracudamvc.contrib.sam.data.DataObjectException
All Implemented Interfaces:
Serializable

public class DataObjectException
extends Exception

general exception class for all issues dealing with DataObjects

See Also:
Serialized Form

Field Summary
static String DEFAULT_MESSAGE
           
 
Constructor Summary
DataObjectException()
           
DataObjectException(String s)
           
 
Method Summary
protected  String getDefaultMessage()
           
 String getMessage()
          if the constructor was called with a non-null message, the default message is returned, otherwise the constructor's message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_MESSAGE

public static String DEFAULT_MESSAGE
Constructor Detail

DataObjectException

public DataObjectException()

DataObjectException

public DataObjectException(String s)
Method Detail

getMessage

public String getMessage()
if the constructor was called with a non-null message, the default message is returned, otherwise the constructor's message.

Overrides:
getMessage in class Throwable

getDefaultMessage

protected String getDefaultMessage()


Copyright © 2006 BarracudaMVC.org All Rights Reserved.