nl.pbemengine.engine.ng.base
Class RulesetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.pbemengine.engine.ng.base.RulesetException
All Implemented Interfaces:
java.io.Serializable

public class RulesetException
extends java.lang.Exception

Author:
Jeroen Steenbeeke
See Also:
Serialized Form

Constructor Summary
RulesetException()
          Creates a new instance of RulesetException without detail message.
RulesetException(java.lang.String msg)
          Constructs an instance of RulesetException with the specified detail message.
 
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

RulesetException

public RulesetException()
Creates a new instance of RulesetException without detail message.


RulesetException

public RulesetException(java.lang.String msg)
Constructs an instance of RulesetException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2008. All Rights Reserved.