play.exceptions
Class UnexpectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by play.exceptions.PlayException
                  extended by play.exceptions.UnexpectedException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedException
extends PlayException

An unexpected exception

See Also:
Serialized Form

Constructor Summary
UnexpectedException(java.lang.String message)
           
UnexpectedException(java.lang.String message, java.lang.Throwable cause)
           
UnexpectedException(java.lang.Throwable exception)
           
 
Method Summary
 java.lang.String getErrorDescription()
           
 java.lang.String getErrorTitle()
           
 
Methods inherited from class play.exceptions.PlayException
getId, getInterestingStrackTraceElement, getLineNumber, getMoreHTML, getSourceFile, isSourceAvailable
 
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

UnexpectedException

public UnexpectedException(java.lang.String message)

UnexpectedException

public UnexpectedException(java.lang.Throwable exception)

UnexpectedException

public UnexpectedException(java.lang.String message,
                           java.lang.Throwable cause)
Method Detail

getErrorTitle

public java.lang.String getErrorTitle()
Specified by:
getErrorTitle in class PlayException

getErrorDescription

public java.lang.String getErrorDescription()
Specified by:
getErrorDescription in class PlayException


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly