Serialized Form


Package net.sf.blunder

Class net.sf.blunder.BlunderException extends RuntimeException implements Serializable

Class net.sf.blunder.LookupException extends BlunderException implements Serializable


Package net.sf.blunder.model

Class net.sf.blunder.model.ExceptionRelation extends Object implements Serializable

serialVersionUID: 20080621182759000L

Serialized Fields

id

Long id

conditions

String conditions

businessExceptionClassname

String businessExceptionClassname

leafExceptionClassname

String leafExceptionClassname

rootExceptionClassname

String rootExceptionClassname

possibleSolutionsList

String possibleSolutionsList

faultString

String faultString

faultCode

String faultCode

matchAtRuntime

boolean matchAtRuntime
The relation is in the database, so there is no need to learn it but it means 'do not solve by this relation at runtime'. Probably there is another relation more generic in the database.


debugStackTrace

String debugStackTrace



Copyright © 2009 Blunder. All Rights Reserved.