pl.bristleback.server.bristle.exceptions
Class BristleRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pl.bristleback.server.bristle.exceptions.BristleRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class BristleRuntimeException
extends java.lang.RuntimeException

This is a main runtime exception thrown by Bristleback elements. It is thrown because of programmer mistakes or because of lack of implementation. It is recommended to not catch bristleback runtime exceptions.

Created on: 2010-10-05 00:58:12

Author:
Wojciech Niemiec
See Also:
Serialized Form

Constructor Summary
BristleRuntimeException(java.lang.String message)
           
BristleRuntimeException(java.lang.String message, java.lang.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

BristleRuntimeException

public BristleRuntimeException(java.lang.String message)

BristleRuntimeException

public BristleRuntimeException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright © 2011. All Rights Reserved.