thredds.catalog2.builder
Class BuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by thredds.catalog2.builder.BuilderException
All Implemented Interfaces:
Serializable

public class BuilderException
extends Exception

_more_

Since:
4.0
Author:
edavis
See Also:
Serialized Form

Constructor Summary
BuilderException(BuilderIssue issue)
           
BuilderException(BuilderIssues issues)
           
BuilderException(BuilderIssues issues, Throwable cause)
           
BuilderException(BuilderIssue issue, Throwable cause)
           
 
Method Summary
 BuilderIssues getIssues()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

BuilderException

public BuilderException(BuilderIssue issue)

BuilderException

public BuilderException(BuilderIssues issues)

BuilderException

public BuilderException(BuilderIssue issue,
                        Throwable cause)

BuilderException

public BuilderException(BuilderIssues issues,
                        Throwable cause)
Method Detail

getIssues

public BuilderIssues getIssues()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.