org.drools.scorecards.parser
Class ScorecardParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.scorecards.parser.ScorecardParseException
All Implemented Interfaces:
Serializable

public class ScorecardParseException
extends Exception

See Also:
Serialized Form

Constructor Summary
ScorecardParseException()
           
ScorecardParseException(String message)
           
ScorecardParseException(String message, Throwable cause)
           
ScorecardParseException(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

ScorecardParseException

public ScorecardParseException()

ScorecardParseException

public ScorecardParseException(String message)

ScorecardParseException

public ScorecardParseException(String message,
                               Throwable cause)

ScorecardParseException

public ScorecardParseException(Throwable cause)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.