javax.tools.diagnostics.image
Class DiagnosticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.tools.diagnostics.image.DiagnosticException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CorruptDataException, DataUnavailable, MemoryAccessException

public class DiagnosticException
extends java.lang.Exception

This class is the superclass of all exceptions thrown by javax.tools.diagnostics classes

See Also:
Serialized Form

Constructor Summary
DiagnosticException()
          Build exception with no description
DiagnosticException(java.lang.String description)
          Build exception with the given description
 
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

DiagnosticException

public DiagnosticException(java.lang.String description)
Build exception with the given description

Parameters:
description -

DiagnosticException

public DiagnosticException()
Build exception with no description



Copyright © 2010. All Rights Reserved.