Searched defs:LayerInstantiationException (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DLayerInstantiationException.java35 public class LayerInstantiationException extends RuntimeException { class in inherits:RuntimeException
41 public LayerInstantiationException() { method in class:LayerInstantiationException
51 public LayerInstantiationException(String msg) { method in class:LayerInstantiationException
61 public LayerInstantiationException(Throwable cause) { method in class:LayerInstantiationException
74 public LayerInstantiationException(String msg, Throwable cause) { method in class:LayerInstantiationException

Completed in 65 milliseconds